diff options
Diffstat (limited to 'test/libjulia/Common.cpp')
-rw-r--r-- | test/libjulia/Common.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/libjulia/Common.cpp b/test/libjulia/Common.cpp index d8cd20b6..24519b01 100644 --- a/test/libjulia/Common.cpp +++ b/test/libjulia/Common.cpp @@ -21,7 +21,7 @@ #include <test/libjulia/Common.h> -#include <test/TestHelper.h> +#include <test/Options.h> #include <libjulia/optimiser/Disambiguator.h> @@ -67,6 +67,7 @@ pair<shared_ptr<Block>, shared_ptr<assembly::AsmAnalysisInfo>> dev::julia::test: *analysisInfo, errorReporter, dev::test::Options::get().evmVersion(), + boost::none, flavour ); if (analyzer.analyze(*parserResult)) |