projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd713fd
)
bug 346 resolved
author
Morgan Deters
<mdeters@gmail.com>
Thu, 14 Jun 2012 01:40:51 +0000
(
01:40
+0000)
committer
Morgan Deters
<mdeters@gmail.com>
Thu, 14 Jun 2012 01:40:51 +0000
(
01:40
+0000)
test/system/boilerplate.cpp
patch
|
blob
|
history
diff --git
a/test/system/boilerplate.cpp
b/test/system/boilerplate.cpp
index f1dc77988afd90e6293856b70f1cbe5deba6b8f9..c64c1463e3911d29daa0e34eb4c6abe97805a926 100644
(file)
--- a/
test/system/boilerplate.cpp
+++ b/
test/system/boilerplate.cpp
@@
-31,8
+31,7
@@
int main() {
ExprManager em;
Options opts;
SmtEngine smt(&em);
- BoolExpr F = em.mkConst(true);
- Result r = smt.query(F);
+ Result r = smt.query(em.mkConst(true));
return r == Result::VALID ? 0 : 1;
}