aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/pragma-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/pragma-2.c')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/pragma-2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/pragma-2.c b/gcc/testsuite/gcc.dg/cpp/pragma-2.c
index 001365f..8b39223 100644
--- a/gcc/testsuite/gcc.dg/cpp/pragma-2.c
+++ b/gcc/testsuite/gcc.dg/cpp/pragma-2.c
@@ -11,6 +11,6 @@ int main () {
#pragma unknown
{}
error;
- /* { dg-error "undeclared" "undeclared-variable message" { target *-*-* } 13 } */
- /* { dg-message "function it appears in" "reminder message" { target *-*-* } 13 } */
+ /* { dg-error "undeclared" "undeclared-variable message" { target *-*-* } .-1 } */
+ /* { dg-message "function it appears in" "reminder message" { target *-*-* } .-2 } */
}