X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FBooleanId.scl;h=8f2f2b414cf33c4af36a0900914facb4801dcdc9;hp=2044c1c9be26fedf5de3813672c27d16870f33b8;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=36282d240b9ac295894a6705672efa11eb26e4d2 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BooleanId.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BooleanId.scl index 2044c1c9b..8f2f2b414 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BooleanId.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BooleanId.scl @@ -1,12 +1,12 @@ -@private -@inline -not True = False -not False = True - -@private -@inline -id x = not (not x) - -main = id True --- +@private +@inline +not True = False +not False = True + +@private +@inline +id x = not (not x) + +main = id True +-- true \ No newline at end of file