]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7601) Wildcard syntax for SCL records
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 6e11e24a416dbd00e3ecc33e0e6ed24c8e3ba201..e6eb2b5afe5eb2eb5b329131e339fad4a6d34550 100644 (file)
@@ -217,6 +217,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void Record2() { test(); }
     @Test public void Record3() { test(); }
     @Test public void RecordShorthand() { test(); }
+    @Test public void RecordWildcards() { test(); }
     @Test public void RecursionBug() { test(); }
     @Test public void RecursiveContext() { test(); }
     @Test public void RecursiveValues2() { test(); }