diff options
Diffstat (limited to 'test/plugins/css/CSSParserTest.cpp')
-rw-r--r-- | test/plugins/css/CSSParserTest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp index 5132e51..46b4ebb 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -266,9 +266,7 @@ void assertException(std::string css) CharReader reader(css); TerminalLogger logger(std::cerr, true); { - GuardedLogger sl(logger); - StandaloneParserContext ctx(sl); - + StandaloneParserContext ctx(logger); CSSParser instance; try { instance.parse(reader, ctx.context).cast<SelectorNode>(); |