X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Ftests%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FRegressionTests.java;h=1f397fe333b948a80029e0d02c46d215f41780bb;hp=17a4f7ec8f022956396ffda5c11faa42afe86644;hb=9a175feb652b2b7bba7afa540831b9076be3c10e;hpb=0b72d3e4ec886838314ffeba0fa201e32c0aae3e diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/RegressionTests.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/RegressionTests.java index 17a4f7ec8..1f397fe33 100644 --- a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/RegressionTests.java +++ b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/RegressionTests.java @@ -6,8 +6,7 @@ import org.junit.runners.Suite.SuiteClasses; @RunWith(Suite.class) @SuiteClasses({ - RegressionTestsWithoutPrelude.class, - RegressionTestsWithPrelude.class, + ModuleRegressionTests.class, TestExpressionEvaluator.class, TestCommandSession.class })