summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/mod.01.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/mod.01.smt2')
-rw-r--r--test/regress/regress0/arith/mod.01.smt24
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/arith/mod.01.smt2 b/test/regress/regress0/arith/mod.01.smt2
index f9633c597..3a6d9a3d3 100644
--- a/test/regress/regress0/arith/mod.01.smt2
+++ b/test/regress/regress0/arith/mod.01.smt2
@@ -1,7 +1,7 @@
-; EXPECT: unknown
+; EXPECT: sat
(set-logic QF_NIA)
(set-info :smt-lib-version 2.0)
-(set-info :status unknown)
+(set-info :status sat)
(declare-fun n () Int)
(declare-fun x () Int)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback