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%2FFromDynamic.scl;h=2b410173919f1a4a0e27a76038ddee5aad3d6c75;hp=1ac2e770450af5b30365b14b7e8716d23d222f57;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=a5e69e900dcfcf54a9f39ab754f20467d99b64d3 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic.scl index 1ac2e7704..2b4101739 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic.scl @@ -1,5 +1,5 @@ -import "Prelude" - -main = (fromDynamic (toDynamic 42) :: String) + "foo" --- +import "Prelude" + +main = (fromDynamic (toDynamic 42) :: String) + "foo" +-- 42foo \ No newline at end of file