summaryrefslogtreecommitdiff
path: root/tests/testsrc/good
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-03 17:20:46 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-03 17:20:46 +0300
commitee79ea6306416dc67eec03216a4075b1c342fd89 (patch)
tree3070faa4c002bf2350422678903906606e8edd83 /tests/testsrc/good
parenta3c1145553b12532b18d2f439b01b649dc0d4b6e (diff)
downloadmplint-ee79ea6306416dc67eec03216a4075b1c342fd89.tar.gz
mplint-ee79ea6306416dc67eec03216a4075b1c342fd89.tar.bz2
mplint-ee79ea6306416dc67eec03216a4075b1c342fd89.tar.xz
mplint-ee79ea6306416dc67eec03216a4075b1c342fd89.zip
Add finalize ignore into virtual check.
Diffstat (limited to 'tests/testsrc/good')
-rw-r--r--tests/testsrc/good/virtual1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsrc/good/virtual1.cpp b/tests/testsrc/good/virtual1.cpp
index 0f72e65..5314e16 100644
--- a/tests/testsrc/good/virtual1.cpp
+++ b/tests/testsrc/good/virtual1.cpp
@@ -24,7 +24,7 @@
class Test1 final
{
- virtual Test1();
+ virtual Test1finalize();
}
class Test2 notfinal : public Test1