summaryrefslogtreecommitdiff
path: root/test/system/boilerplate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/boilerplate.cpp')
-rw-r--r--test/system/boilerplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/boilerplate.cpp b/test/system/boilerplate.cpp
index 89d5174e3..c64c1463e 100644
--- a/test/system/boilerplate.cpp
+++ b/test/system/boilerplate.cpp
@@ -30,7 +30,7 @@ using namespace std;
int main() {
ExprManager em;
Options opts;
- SmtEngine smt(&em, opts);
+ SmtEngine smt(&em);
Result r = smt.query(em.mkConst(true));
return r == Result::VALID ? 0 : 1;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback