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%2FFromDynamic2.scl;h=aef714e6c929fc71dc46edc4f6cda58f0f344a2f;hb=bf5f7cda1b9b64484cc6e53499e38d6785744aec;hp=1b6c1d99d5bfb65245001b7251553abcb00c34bb;hpb=43ddca759254b8e38029c1041d91cbdd7890c9b5;p=simantics%2Fplatform.git 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