summaryrefslogtreecommitdiff
path: root/test/unit/parser/parser_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/parser/parser_black.h')
-rw-r--r--test/unit/parser/parser_black.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/parser/parser_black.h b/test/unit/parser/parser_black.h
index 7b52e0662..e7548708e 100644
--- a/test/unit/parser/parser_black.h
+++ b/test/unit/parser/parser_black.h
@@ -194,6 +194,8 @@ class ParserBlack
d_lang(lang) {
}
+ virtual ~ParserBlack() {}
+
void setUp()
{
d_options.set(options::parseOnly, true);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback