]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7498) Bugfixing implementation of skeleton refs
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 275bba86e8d1a945283b843ad9c4afdbc388bb26..9eb49d2f7a27668a5f1105b4275d2fdbef7c062c 100644 (file)
@@ -208,6 +208,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void RangeSyntax() { test(); }
     @Test public void Record1() { test(); }
     @Test public void Record2() { test(); }
+    @Test public void Record3() { test(); }
     @Test public void RecordShorthand() { test(); }
     @Test public void RecursionBug() { test(); }
     @Test public void RecursiveContext() { test(); }