X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FBooleanId.scl;fp=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FBooleanId.scl;h=8f2f2b414cf33c4af36a0900914facb4801dcdc9;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=2044c1c9be26fedf5de3813672c27d16870f33b8;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git 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