File tree Expand file tree Collapse file tree
src/org/rascalmpl/compiler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class BreakTest {
3434 // notCompatibleAfterChangingFunctionArgument
3535 // notCompatibleAfterChangingFunctionArgument
3636
37- private static final int PARALLEL_RUNS = 1 ; // set to 1 to avoid any multi-threading interactions, but it might take 20 rounds or something
37+ private static final int PARALLEL_RUNS = 8 ; // set to 1 to avoid any multi-threading interactions, but it might take 20 rounds or something
3838 private static final int TRIES = 1000 / PARALLEL_RUNS ;
3939
4040 public static void main (String [] args ) throws IOException , InterruptedException {
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ loc TMP_COMPILED_RASCAL = |tmp:///compiled-rascal/|;
6969
7070// ---- PathConfigs for testing purposes --------------------------------------
7171
72- public loc testRoot = |memory://6e17d46a-06e9-42aa-bd98-182ca2dbd8d3/| ;// uuid()[scheme="memory"];
72+ //public loc testRoot = |memory://6e17d46a-06e9-42aa-bd98-182ca2dbd8d3/|;// uuid()[scheme="memory"];
73+ public loc testRoot = uuid ()[scheme ="memory" ];
7374public loc testModulesRoot = testRoot + "src" ;
7475
7576private int npc = 0 ;
You can’t perform that action at this time.
0 commit comments