diff options
Diffstat (limited to 'test/plugins/css/CSSParserTest.cpp')
-rw-r--r-- | test/plugins/css/CSSParserTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp index ca21e79..54c359b 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -269,7 +269,7 @@ void assertException(std::string css) { ScopedLogger sl(logger, "test.css", SourceLocation{}, CharReader::contextCallback, &reader); - Scope scope(nullptr); + Scope scope; Registry registry(logger); Manager manager; ParserContext ctx{scope, registry, logger, manager}; |