summaryrefslogtreecommitdiff
path: root/test/regress/regress1/rr-verify/fp-arith.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/regress1/rr-verify/fp-arith.sy
parentd663720936b0b873c917fc3fce9999f069bea0f1 (diff)
fix fp issue (#2940)
Diffstat (limited to 'test/regress/regress1/rr-verify/fp-arith.sy')
-rw-r--r--test/regress/regress1/rr-verify/fp-arith.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/rr-verify/fp-arith.sy b/test/regress/regress1/rr-verify/fp-arith.sy
index cca2487d4..e8b97d610 100644
--- a/test/regress/regress1/rr-verify/fp-arith.sy
+++ b/test/regress/regress1/rr-verify/fp-arith.sy
@@ -1,5 +1,5 @@
; REQUIRES: symfpu
-; COMMAND-LINE: --sygus-rr --sygus-samples=0 --sygus-rr-synth-check --sygus-abort-size=1 --sygus-rr-verify-abort --no-sygus-sym-break
+; COMMAND-LINE: --sygus-rr --sygus-samples=0 --sygus-rr-synth-check --sygus-abort-size=1 --sygus-rr-verify-abort --no-sygus-sym-break --fp-exp
; EXPECT: (error "Maximum term size (1) for enumerative SyGuS exceeded.")
; SCRUBBER: grep -v -E '(\(define-fun|\(rewrite)'
; EXIT: 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback