summaryrefslogtreecommitdiff
path: root/test/plugins/css/CSSParserTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugins/css/CSSParserTest.cpp')
-rw-r--r--test/plugins/css/CSSParserTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp
index 84522b3..774c345 100644
--- a/test/plugins/css/CSSParserTest.cpp
+++ b/test/plugins/css/CSSParserTest.cpp
@@ -26,8 +26,6 @@
#include <core/parser/StandaloneParserContext.hpp>
namespace ousia {
-namespace parser {
-namespace css {
TEST(CSSParser, testParseSelectors)
{
// create a string describing a SelectorTree
@@ -296,5 +294,3 @@ TEST(CSSParser, testParseExceptions)
assertException("A > ");
}
}
-}
-}