summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/mult.02.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/mult.02.smt2')
-rw-r--r--test/regress/regress0/arith/mult.02.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/mult.02.smt2 b/test/regress/regress0/arith/mult.02.smt2
index 54b876d38..57167fc76 100644
--- a/test/regress/regress0/arith/mult.02.smt2
+++ b/test/regress/regress0/arith/mult.02.smt2
@@ -1,5 +1,5 @@
; EXPECT: (error "A non-linear fact was asserted to arithmetic in a linear logic.
-; EXPECT: The fact in question: (>= (* (- 1) (* n n)) (- 1))
+; EXPECT: The fact in question: (>= (* (- 1.0) (* n n)) (- 1.0))
; EXPECT: ")
; EXIT: 1
(set-logic QF_LRA)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback