diff options
author | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-17 01:58:42 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-17 01:58:42 +1000 |
commit | 12b86dc91316a5591c22160a9312e62c77a65b2f (patch) | |
tree | c1689f6d50fc529d9b0dcd38a021a15109c5867d /impl/antlr/test-file | |
parent | fcecd0e7dc0bf103986c02e2f29fb518cd5571c5 (diff) |
Fix a segfault and a stupid parser decision.
Diffstat (limited to 'impl/antlr/test-file')
-rw-r--r-- | impl/antlr/test-file | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/impl/antlr/test-file b/impl/antlr/test-file index 6f2cff5..8c865bf 100644 --- a/impl/antlr/test-file +++ b/impl/antlr/test-file @@ -1,3 +1,2 @@ -x = max(0, min(x, y)) -y = max(0, x+5, x) -z = max(0, z+1, x) +y = min(0-1, z) +z = min(0, y+1) |