summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/system/boilerplate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/boilerplate.cpp b/test/system/boilerplate.cpp
index 18a560c0e..c64c1463e 100644
--- a/test/system/boilerplate.cpp
+++ b/test/system/boilerplate.cpp
@@ -30,7 +30,6 @@ using namespace std;
int main() {
ExprManager em;
Options opts;
- cout << "foo: " << opts.threadArgv.size() << endl;
SmtEngine smt(&em);
Result r = smt.query(em.mkConst(true));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback