diff options
Diffstat (limited to 'test/liblangutil')
-rw-r--r-- | test/liblangutil/SourceLocation.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/liblangutil/SourceLocation.cpp b/test/liblangutil/SourceLocation.cpp index 29cfb6a0..ac7a2173 100644 --- a/test/liblangutil/SourceLocation.cpp +++ b/test/liblangutil/SourceLocation.cpp @@ -24,9 +24,7 @@ #include <test/Options.h> -namespace dev -{ -namespace solidity +namespace langutil { namespace test { @@ -46,5 +44,4 @@ BOOST_AUTO_TEST_CASE(test_fail) BOOST_AUTO_TEST_SUITE_END() } -} } // end namespaces |