projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
718ea18
)
also a fix for a system test related to ParserBuilder
author
Morgan Deters
<mdeters@gmail.com>
Sat, 16 Apr 2011 00:12:01 +0000
(
00:12
+0000)
committer
Morgan Deters
<mdeters@gmail.com>
Sat, 16 Apr 2011 00:12:01 +0000
(
00:12
+0000)
test/system/ouroborous.cpp
patch
|
blob
|
history
diff --git
a/test/system/ouroborous.cpp
b/test/system/ouroborous.cpp
index 4473b42bb900e1659e831de9b442f5022fae8920..497f11c087c0ed22759bc72353c6416b99d5ee0b 100644
(file)
--- a/
test/system/ouroborous.cpp
+++ b/
test/system/ouroborous.cpp
@@
-74,7
+74,7
@@
string translate(Parser* parser, string in, InputLanguage inlang, OutputLanguage
int runTest() {
ExprManager em;
Parser* parser =
- ParserBuilder(em, "internal-buffer")
+ ParserBuilder(
&
em, "internal-buffer")
.withStringInput(declarations)
.withInputLanguage(input::LANG_SMTLIB_V2)
.build();