From: Morgan Deters Date: Sat, 16 Apr 2011 00:12:01 +0000 (+0000) Subject: also a fix for a system test related to ParserBuilder X-Git-Tag: cvc5-1.0.0~8593 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca0fb38ee6a8aa390e6566d421a9ade7d0fb67d2;p=cvc5.git also a fix for a system test related to ParserBuilder --- 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();