projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36615c5
)
fix inadvertent change to system test
author
Morgan Deters
<mdeters@gmail.com>
Mon, 16 Jul 2012 15:53:51 +0000
(15:53 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Mon, 16 Jul 2012 15:53:51 +0000
(15:53 +0000)
test/system/boilerplate.cpp
patch
|
blob
|
history
diff --git
a/test/system/boilerplate.cpp
b/test/system/boilerplate.cpp
index 18a560c0ed4b9df2314018f08b1cd007a426aa1e..c64c1463e3911d29daa0e34eb4c6abe97805a926 100644
(file)
--- 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));