summaryrefslogtreecommitdiff
path: root/test/regress/regress2/sygus/min_IC_1.sy
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-04-05 14:01:33 -0500
committerGitHub <noreply@github.com>2019-04-05 14:01:33 -0500
commitafc70ac962185b97e10f4e796f46c638ed1e18ab (patch)
tree6f0bee617cc34d1d78be00b26d47c6326c708fed /test/regress/regress2/sygus/min_IC_1.sy
parentd663720936b0b873c917fc3fce9999f069bea0f1 (diff)
fix fp issue (#2940)
Diffstat (limited to 'test/regress/regress2/sygus/min_IC_1.sy')
-rw-r--r--test/regress/regress2/sygus/min_IC_1.sy4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress2/sygus/min_IC_1.sy b/test/regress/regress2/sygus/min_IC_1.sy
index 92e171312..a36a00019 100644
--- a/test/regress/regress2/sygus/min_IC_1.sy
+++ b/test/regress/regress2/sygus/min_IC_1.sy
@@ -1,6 +1,6 @@
; REQUIRES: symfpu
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status
+; COMMAND-LINE: --sygus-out=status --fp-exp
(set-logic ALL)
(define-sort FP () (_ FloatingPoint 3 5))
(define-fun IC ((t FP)) Bool (=> (fp.isInfinite t) (fp.isNegative t)))
@@ -12,7 +12,7 @@
(fp.isInfinite StartFP)
(fp.isNegative StartFP)
-
+
(ite Start Start Start)
))
(StartFP FP (
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback