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%2FFromDynamic2.scl;h=aef714e6c929fc71dc46edc4f6cda58f0f344a2f;hp=1b6c1d99d5bfb65245001b7251553abcb00c34bb;hb=HEAD;hpb=f23dc81afe57e77d20706a9a94002ce4c72f670d diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic2.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic2.scl index 1b6c1d99d..aef714e6c 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic2.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic2.scl @@ -1,5 +1,5 @@ -import "Prelude" - -main = (fromDynamic (toDynamic "42") :: Integer) - 2 --- +import "Prelude" + +main = (fromDynamic (toDynamic "42") :: Integer) - 2 +-- 40 \ No newline at end of file