summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/m68k/interrupt_thread-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/m68k/interrupt_thread-3.c')
-rw-r--r--gcc/testsuite/gcc.target/m68k/interrupt_thread-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/m68k/interrupt_thread-3.c b/gcc/testsuite/gcc.target/m68k/interrupt_thread-3.c
index cd2531eb5d7..be83edb5faf 100644
--- a/gcc/testsuite/gcc.target/m68k/interrupt_thread-3.c
+++ b/gcc/testsuite/gcc.target/m68k/interrupt_thread-3.c
@@ -4,4 +4,4 @@
/* Check that interrupt_thread is rejected on CPUs other than
fido. */
-extern void foo (void) __attribute__((interrupt_thread)); /* { dg-error "error: interrupt_thread is available only on fido" } */
+extern void foo (void) __attribute__((interrupt_thread)); /* { dg-error "interrupt_thread is available only on fido" } */