summaryrefslogtreecommitdiff
path: root/test/unit/parser/parser_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/parser/parser_black.h')
-rw-r--r--test/unit/parser/parser_black.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/parser/parser_black.h b/test/unit/parser/parser_black.h
index 91af11561..01879ec49 100644
--- a/test/unit/parser/parser_black.h
+++ b/test/unit/parser/parser_black.h
@@ -27,7 +27,7 @@
#include "parser/parser_builder.h"
#include "parser/smt2/smt2.h"
#include "expr/command.h"
-#include "util/options.h"
+#include "options/options.h"
#include "util/output.h"
#include "util/language.h"
@@ -184,7 +184,7 @@ protected:
void setUp() {
d_exprManager = new ExprManager;
- d_options.parseOnly = true;
+ d_options.set(options::parseOnly, true);
}
void tearDown() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback