summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/crash-5.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/other/crash-5.C')
-rw-r--r--gcc/testsuite/g++.dg/other/crash-5.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/other/crash-5.C b/gcc/testsuite/g++.dg/other/crash-5.C
index 25a70b7df36..81e5bac8a25 100644
--- a/gcc/testsuite/g++.dg/other/crash-5.C
+++ b/gcc/testsuite/g++.dg/other/crash-5.C
@@ -9,7 +9,7 @@ struct int_less_than {};
void assert_fail (const char*);
-int f(const set<int, int_less_than>&)
+void f(const set<int, int_less_than>&)
{
assert_fail (__PRETTY_FUNCTION__);