From ea05c9c5fa30b8822f618e861d12a09df1f8f017 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 28 May 2012 13:00:50 +1000 Subject: Fix memory error and x = max(-inf, expr) stuff. --- impl/antlr/test-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'impl/antlr/test-file') 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 -- cgit v1.2.3