aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f95
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f95')
-rw-r--r--gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f954
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f95 b/gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f95
index 1c9a3f33526..b904f7bf77d 100644
--- a/gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f95
+++ b/gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f95
@@ -16,8 +16,8 @@ program test
x = x + 0.3
enddo
! continuation must begin with sentinel
- !$acc end parallel & ! { dg-error "Unclassifiable OpenACC directive" }
+ !$acc end parallel & ! { dg-error "Unexpected junk" }
! loop
print *, x
-end \ No newline at end of file
+end