From fa7c227ef1ac7d5c3cec2b49f6f97f71b2e11651 Mon Sep 17 00:00:00 2001 From: Tim Vieira Date: Mon, 1 Jul 2013 00:57:47 -0400 Subject: [PATCH] fixed repl test --- test/repl/aggregator-conflict.expect | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/repl/aggregator-conflict.expect b/test/repl/aggregator-conflict.expect index 344e0e7..a20ae70 100644 --- a/test/repl/aggregator-conflict.expect +++ b/test/repl/aggregator-conflict.expect @@ -1,12 +1,12 @@ -:- :- ============= -a := 1 -:- DynaCompilerError: +> > ============= +a => 1. +> DynaCompilerError: Encountered error in input program: - Conflicting aggregators; rule /home/timv/.dyna/tmp/27197/966093dc38b755a6f17b02774b5c656931163a3a.dyna:5:1-/home/timv/.dyna/tmp/27197/966093dc38b755a6f17b02774b5c656931163a3a.dyna:5:3 + Conflicting aggregators; rule /home/timv/.dyna/tmp/27792/966093dc38b755a6f17b02774b5c656931163a3a.dyna:5:1-/home/timv/.dyna/tmp/27792/966093dc38b755a6f17b02774b5c656931163a3a.dyna:5:3 uses '|=' for a/0 but I had been lead to expect '+='. Everything was syntactically valid, but we could not see it through. > new rule(s) were not added to program. -:- exit +> exit -- 2.50.1