summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bool-to-bv-ite.smt2
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-07-14 18:27:33 -0700
committerGitHub <noreply@github.com>2021-07-14 18:27:33 -0700
commitffdf7434ba53191546e13663764894852e8bc6dd (patch)
tree8e312810250f7feb27b8845fce710996b979069d /test/regress/regress0/bv/bool-to-bv-ite.smt2
parente3cd14dcc00eddef1238dce4e9c90be18858bb73 (diff)
bv: Rename simple solver to bitblast-internal. (#6888)
Diffstat (limited to 'test/regress/regress0/bv/bool-to-bv-ite.smt2')
-rw-r--r--test/regress/regress0/bv/bool-to-bv-ite.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/bv/bool-to-bv-ite.smt2 b/test/regress/regress0/bv/bool-to-bv-ite.smt2
index de0ec8897..09fcb4e11 100644
--- a/test/regress/regress0/bv/bool-to-bv-ite.smt2
+++ b/test/regress/regress0/bv/bool-to-bv-ite.smt2
@@ -1,5 +1,5 @@
; COMMAND-LINE: --bool-to-bv=ite
-; COMMAND-LINE: --bool-to-bv=ite --bv-solver=simple
+; COMMAND-LINE: --bool-to-bv=ite --bv-solver=bitblast-internal
; EXPECT: sat
(set-logic QF_BV)
(declare-fun x2 () (_ BitVec 3))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback