summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-04-16 00:12:01 +0000
committerMorgan Deters <mdeters@gmail.com>2011-04-16 00:12:01 +0000
commitca0fb38ee6a8aa390e6566d421a9ade7d0fb67d2 (patch)
treeddc7769fdae750f8567457ff184a072911928aa7 /test/system
parent718ea1851ab2b79816ed6c858e7f543556402084 (diff)
also a fix for a system test related to ParserBuilder
Diffstat (limited to 'test/system')
-rw-r--r--test/system/ouroborous.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/ouroborous.cpp b/test/system/ouroborous.cpp
index 4473b42bb..497f11c08 100644
--- 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();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback