diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/gomp/block-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/gomp/block-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/gomp/block-4.c b/gcc/testsuite/gcc.dg/gomp/block-4.c index 815d36b2e39..61f490c0033 100644 --- a/gcc/testsuite/gcc.dg/gomp/block-4.c +++ b/gcc/testsuite/gcc.dg/gomp/block-4.c @@ -4,6 +4,6 @@ void foo() { #pragma omp critical { - return; // { dg-error "invalid exit" } + return; // { dg-error "invalid branch" } } } |