summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/plugins/css/CSSParserTest.cpp (renamed from test/core/CSSParserTest.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp
index c231092..84d4893 100644
--- a/test/core/CSSParserTest.cpp
+++ b/test/plugins/css/CSSParserTest.cpp
@@ -20,7 +20,7 @@
#include <sstream>
-#include <core/CSSParser.hpp>
+#include <plugins/css/CSSParser.hpp>
namespace ousia {
namespace parser {