MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / runS

Method runS

chapter24/src/test/java/com/seaofnodes/simple/TestC.java:57–59  ·  view source on GitHub ↗
(String file, String expected, int spills )

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected