(String file, String expected, int spills )
| 55 | |
| 56 | // Do not link with c file - no inline. |
| 57 | public static void runS(String file, String expected, int spills ) throws IOException { |
| 58 | run("src/test/java/com/seaofnodes/simple/progs", file, null, expected, spills, true); |
| 59 | } |
| 60 | |
| 61 | |
| 62 | // Do not link with c file - just inline with source. |