aboutsummaryrefslogtreecommitdiffstats
path: root/test/libyul/Inliner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libyul/Inliner.cpp')
-rw-r--r--test/libyul/Inliner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libyul/Inliner.cpp b/test/libyul/Inliner.cpp
index 0f82dee3..631cda08 100644
--- a/test/libyul/Inliner.cpp
+++ b/test/libyul/Inliner.cpp
@@ -35,8 +35,8 @@
using namespace std;
using namespace dev;
-using namespace dev::yul;
-using namespace dev::yul::test;
+using namespace yul;
+using namespace yul::test;
using namespace dev::solidity;
namespace