]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/CHR5.scl
Merge "(refs #7307) Added features field to SCL module header"
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / CHR5.scl
index 00ca32bec06f5b887afd13e5b3a7d1800a939ead..6803c113ed039d418a2c0ce7f86df32c1b8de69c 100644 (file)
@@ -1,8 +1,4 @@
-module {
-    export = [main],
-    chr
-}
-
+module { export = [main], features = [chr] }
 import "StandardLibrary"
 
 ruleset IntegerSet where
@@ -31,4 +27,10 @@ main = ()
     addSet set 1
     printSet set
 --
-()
+added 1
+added 2
+added 1
+removed duplicate 1
+printing 2
+printing 1
+()
\ No newline at end of file