diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/valid-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/valid-2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/valid-2.c b/gcc/testsuite/gcc.dg/pch/valid-2.c index 4dbc4b2d37d..34269a87960 100644 --- a/gcc/testsuite/gcc.dg/pch/valid-2.c +++ b/gcc/testsuite/gcc.dg/pch/valid-2.c @@ -3,4 +3,5 @@ #include "valid-2.h" /* { dg-warning "settings for -fexceptions do not match" } */ /* { dg-error "No such file" "no such file" { target *-*-* } 3 } */ /* { dg-error "they were invalid" "invalid files" { target *-*-* } 3 } */ +/* { dg-message "terminated" "" { target *-*-* } 0 } */ int x; |