aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noreturn-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/noreturn-4.c')
-rw-r--r--gcc/testsuite/gcc.dg/noreturn-4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/noreturn-4.c b/gcc/testsuite/gcc.dg/noreturn-4.c
index 91f6457..5bc78ab 100644
--- a/gcc/testsuite/gcc.dg/noreturn-4.c
+++ b/gcc/testsuite/gcc.dg/noreturn-4.c
@@ -5,6 +5,6 @@ extern void exit (int) __attribute__ ((__noreturn__));
int
main (void)
-{ /* { dg-warning "warning: function might be possible candidate for attribute 'noreturn'" "warn for main" } */
+{ /* { dg-warning "function might be possible candidate for attribute 'noreturn'" "warn for main" } */
exit (0);
}