]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/RegressionTests.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / RegressionTests.java
index 17a4f7ec8f022956396ffda5c11faa42afe86644..1f397fe333b948a80029e0d02c46d215f41780bb 100644 (file)
@@ -6,8 +6,7 @@ import org.junit.runners.Suite.SuiteClasses;
 
 @RunWith(Suite.class)
 @SuiteClasses({
-    RegressionTestsWithoutPrelude.class, 
-    RegressionTestsWithPrelude.class,
+    ModuleRegressionTests.class,
     TestExpressionEvaluator.class,
     TestCommandSession.class
 })