From: Tim Vieira Date: Mon, 1 Jul 2013 04:57:47 +0000 (-0400) Subject: fixed repl test X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=fa7c227ef1ac7d5c3cec2b49f6f97f71b2e11651;p=dyna2 fixed repl test --- 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