aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.dg/eh/throw2.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/eh/throw2.C b/gcc/testsuite/g++.dg/eh/throw2.C
index 3751327..f9da8d7 100644
--- a/gcc/testsuite/g++.dg/eh/throw2.C
+++ b/gcc/testsuite/g++.dg/eh/throw2.C
@@ -2,7 +2,7 @@
struct A { A(int); };
-void f()
+void f(int t)
{
throw (3,A(t));
}