summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/simp-typ-test.smt2
diff options
context:
space:
mode:
authorClark Barrett <clarkbarrett@google.com>2015-04-23 09:43:52 -0700
committerClark Barrett <clarkbarrett@google.com>2015-04-23 09:43:52 -0700
commitdea679ce032c130d210d54c2e5482f95db1ff04a (patch)
tree6c36f68150172b20717f7d504274ab0bf82791b0 /test/regress/regress0/quantifiers/simp-typ-test.smt2
parentd95fe7675e20eaee86b8e804469e6db83265a005 (diff)
A few more minor updates to match google repository with CVC4 repository
(mostly whitespace differences).
Diffstat (limited to 'test/regress/regress0/quantifiers/simp-typ-test.smt2')
-rw-r--r--test/regress/regress0/quantifiers/simp-typ-test.smt212
1 files changed, 6 insertions, 6 deletions
diff --git a/test/regress/regress0/quantifiers/simp-typ-test.smt2 b/test/regress/regress0/quantifiers/simp-typ-test.smt2
index 366559b9d..380a66aac 100644
--- a/test/regress/regress0/quantifiers/simp-typ-test.smt2
+++ b/test/regress/regress0/quantifiers/simp-typ-test.smt2
@@ -1,7 +1,7 @@
-(set-logic UFLIRA)
-(set-info :status unsat)
-; ensure that E-matching matches on sub-types
-(declare-fun P (Real) Bool)
-(assert (forall ((x Real)) (P x)))
-(assert (not (P 5)))
+(set-logic UFLIRA)
+(set-info :status unsat)
+; ensure that E-matching matches on sub-types
+(declare-fun P (Real) Bool)
+(assert (forall ((x Real)) (P x)))
+(assert (not (P 5)))
(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback