summaryrefslogtreecommitdiff
path: root/testsuite/runtime/linearize
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-10-25 11:50:41 +0000
committerkrasimir <krasimir@chalmers.se>2010-10-25 11:50:41 +0000
commit2aea03a6144f71977fbea7c0c777d21e7f6572fb (patch)
treed9c9db8e9e954b9e86d401b1162813401bbac336 /testsuite/runtime/linearize
parent84736e5712490f0092d1b79c89568753189163b8 (diff)
update the testsuite to the latest state of the compiler/interpreter
Diffstat (limited to 'testsuite/runtime/linearize')
-rw-r--r--testsuite/runtime/linearize/brackets.gfs.gold18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/runtime/linearize/brackets.gfs.gold b/testsuite/runtime/linearize/brackets.gfs.gold
index c853656fd..e356e6521 100644
--- a/testsuite/runtime/linearize/brackets.gfs.gold
+++ b/testsuite/runtime/linearize/brackets.gfs.gold
@@ -1,28 +1,28 @@
-(S (E (String ?1)) is even)
+(S:2 (E:1 (_:0 ?1)) is even)
-(S exists (S (String x)) such that (S (S (E (String x)) is even)))
+(S:3 exists x such that (S:2 (E:1 (_:0 x)) is even))
-(S (E a))
+(S:1 (E:0 a))
-(S (E aa) a)
+(S:1 (E:0 aa) a)
-(S (E a) b)
+(S:1 (E:0 a) b)
-(S (String abcd) is string)
+(S:1 (String:0 abcd) is string)
-(S (Int 100) is integer)
+(S:1 (Int:0 100) is integer)
-(S (Float 12.4) is float)
+(S:1 (Float:0 12.4) is float)
-(S (String xyz) is string)
+(S:1 (String:0 xyz) is string)
cannot linearize