diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-23 15:29:35 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-23 15:29:35 +0100 |
commit | 894013f5b275673b8130e265fa4c67040f036f1e (patch) | |
tree | ce3b6d59b0e65c32a9739d999ad118a24f3ef2dd /test/plugins/css/CSSParserTest.cpp | |
parent | 6dad2a341e5d0c55680ecec817b9b13893511031 (diff) |
Fixed unit tests according to new SourceLocation
Diffstat (limited to 'test/plugins/css/CSSParserTest.cpp')
-rw-r--r-- | test/plugins/css/CSSParserTest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp index 774c345..420241e 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -266,8 +266,7 @@ void assertException(std::string css) CharReader reader(css); TerminalLogger logger(std::cerr, true); { - ScopedLogger sl(logger, "test.css", SourceLocation{}, - CharReader::contextCallback, &reader); + ScopedLogger sl(logger); StandaloneParserContext ctx(sl); CSSParser instance; |