summaryrefslogtreecommitdiff
path: root/test/regress/regress1/push-pop
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-08-20 20:23:09 -0700
committerGitHub <noreply@github.com>2018-08-20 20:23:09 -0700
commit29b2e5a74eb007f04a18e01d7a9c21eff577c9b1 (patch)
treeb6ea5c072884fd78bd3a0dfec9b0b45ebf0d3b25 /test/regress/regress1/push-pop
parenta82837a03cf3bd33f906901f45b2c6f36cf420de (diff)
Remove support for *.expect files in regressions (#2341)
Currently, we can optionally specify an *.expect file with the metadata of a regression test. This commit removes that option because it was not widely used, adds maintenance overhead and makes the transition to a new build system more cumbersome. Regression files can still be fed to a solver without removing the metadata first since they are in comments of the corresponding input format (note that this was not always the case, it changed in efc6163629c6c5de446eccfe81777c93829995d5).
Diffstat (limited to 'test/regress/regress1/push-pop')
-rw-r--r--test/regress/regress1/push-pop/bug216.smt24
-rw-r--r--test/regress/regress1/push-pop/bug216.smt2.expect3
2 files changed, 4 insertions, 3 deletions
diff --git a/test/regress/regress1/push-pop/bug216.smt2 b/test/regress/regress1/push-pop/bug216.smt2
index 78e0f716c..53f4fac9c 100644
--- a/test/regress/regress1/push-pop/bug216.smt2
+++ b/test/regress/regress1/push-pop/bug216.smt2
@@ -1,3 +1,7 @@
+; COMMAND-LINE: --incremental
+; EXPECT: sat
+; EXPECT: unsat
+
(set-logic QF_UF)
(declare-fun x () Bool)
(declare-fun y () Bool)
diff --git a/test/regress/regress1/push-pop/bug216.smt2.expect b/test/regress/regress1/push-pop/bug216.smt2.expect
deleted file mode 100644
index fe118171a..000000000
--- a/test/regress/regress1/push-pop/bug216.smt2.expect
+++ /dev/null
@@ -1,3 +0,0 @@
-% COMMAND-LINE: --incremental
-% EXPECT: sat
-% EXPECT: unsat
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback