aboutsummaryrefslogtreecommitdiffstats
path: root/test/boostTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/boostTest.cpp')
-rw-r--r--test/boostTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/boostTest.cpp b/test/boostTest.cpp
index cbbf586f..c199535a 100644
--- a/test/boostTest.cpp
+++ b/test/boostTest.cpp
@@ -38,7 +38,7 @@
#include <test/Options.h>
#include <test/libsolidity/ASTJSONTest.h>
#include <test/libsolidity/SyntaxTest.h>
-#include <test/libjulia/YulOptimizerTest.h>
+#include <test/libyul/YulOptimizerTest.h>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
@@ -141,7 +141,7 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
) > 0, "no JSON AST tests found");
solAssert(registerTests(
master,
- dev::test::Options::get().testPath / "libjulia",
+ dev::test::Options::get().testPath / "libyul",
"yulOptimizerTests",
dev::julia::test::YulOptimizerTest::create
) > 0, "no Yul Optimizer tests found");