aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/thunk1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.jason/thunk1.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.jason/thunk1.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk1.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk1.C
index 22c0516f1b3..a46d356a6c0 100644
--- a/gcc/testsuite/g++.old-deja/g++.jason/thunk1.C
+++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk1.C
@@ -1,5 +1,4 @@
// Test that non-variadic function calls using thunks work right.
-// Special g++ Options: -fvtable-thunks
struct A {
void* p;
@@ -38,7 +37,7 @@ void* test(MMixin& anExample)
return anExample.MixinFunc(1,A(0)).p;
}
-main ()
+int main ()
{
CExample c;