summaryrefslogtreecommitdiff
path: root/impl/antlr/test-file
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-05-25 13:24:37 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-05-25 13:24:37 +1000
commit61f90f14af8796bbed074538882e76f1e1bf3333 (patch)
tree5d1dc744b47817a39b905418b1fc76bb828cea4a /impl/antlr/test-file
parentee8547cf3c89c51ff10603814e6f745466bc4c79 (diff)
Try to make some more modular Fixpoint algorithms.
Diffstat (limited to 'impl/antlr/test-file')
-rw-r--r--impl/antlr/test-file4
1 files changed, 2 insertions, 2 deletions
diff --git a/impl/antlr/test-file b/impl/antlr/test-file
index 8c865bf..0e7f8f0 100644
--- a/impl/antlr/test-file
+++ b/impl/antlr/test-file
@@ -1,2 +1,2 @@
-y = min(0-1, z)
-z = min(0, y+1)
+y = min(1, z)
+z = y+1