]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7767) SafeDynamic module
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 6c17830273c43eed42ab7688cd93e2512437050b..2224cc0546be96e174b42f619c8a4e06da183669 100644 (file)
@@ -231,6 +231,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void RepeatedVariableDefinitionBug() { test(); }
     @Test public void RepeatedVariableInPattern() { test(); }
     @Test public void Scanl() { test(); }
+    @Test public void SafeDynamic1() { test(); }
     @Test public void Search() { test(); }
     @Test public void Sections() { test(); }
     @Test public void Select1() { test(); }