From 12b86dc91316a5591c22160a9312e62c77a65b2f Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 17 May 2012 01:58:42 +1000 Subject: Fix a segfault and a stupid parser decision. --- impl/antlr/test-file | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'impl/antlr/test-file') 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) -- cgit v1.2.3