diff options
Diffstat (limited to 'test/plugins/css')
-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 e043f60..99e6424 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -276,7 +276,7 @@ void assertException(std::string css) try { instance.parse(input, ctx).cast<SelectorNode>(); } - catch (ParserException ex) { + catch (LoggableException ex) { logger.log(ex); seenException = true; } |