From bc936567859cf1ebae52ede50a95cdb8e31a999e Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Mon, 14 May 2018 22:25:40 -0500 Subject: Fix annotations in regress2. (#1917) --- test/regress/regress2/sygus/sixfuncs.sy | 2 ++ test/regress/regress2/sygus/vcb.sy | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'test/regress') diff --git a/test/regress/regress2/sygus/sixfuncs.sy b/test/regress/regress2/sygus/sixfuncs.sy index 5280ffb20..fc4d7e5be 100644 --- a/test/regress/regress2/sygus/sixfuncs.sy +++ b/test/regress/regress2/sygus/sixfuncs.sy @@ -1,3 +1,5 @@ +; EXPECT: unsat +; COMMAND-LINE: --sygus-out=status (set-logic LIA) (synth-fun f1 ((p1 Int) (P1 Int)) Int diff --git a/test/regress/regress2/sygus/vcb.sy b/test/regress/regress2/sygus/vcb.sy index 9cc2389f3..7f895fae4 100644 --- a/test/regress/regress2/sygus/vcb.sy +++ b/test/regress/regress2/sygus/vcb.sy @@ -1,3 +1,5 @@ +; EXPECT: unsat +; COMMAND-LINE: --sygus-out=status (set-logic LIA) (synth-fun f1 ((x1 Int) (x2 Int)) Int) @@ -51,4 +53,4 @@ (constraint (or (Bad x1 x2) (not (AllZero (f1 x1 x2) (f2 x1 x2))))) -(check-synth) \ No newline at end of file +(check-synth) -- cgit v1.2.3