summaryrefslogtreecommitdiff
path: root/tests/testsrc/good/virtual1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsrc/good/virtual1.cpp')
-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