summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc/fixed-2.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/goacc/fixed-2.f')
-rw-r--r--gcc/testsuite/gfortran.dg/goacc/fixed-2.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/goacc/fixed-2.f b/gcc/testsuite/gfortran.dg/goacc/fixed-2.f
index 2c2b0a38e00..afbc6b03d7f 100644
--- a/gcc/testsuite/gfortran.dg/goacc/fixed-2.f
+++ b/gcc/testsuite/gfortran.dg/goacc/fixed-2.f
@@ -7,7 +7,7 @@
!$OMP xPARALLEL
!$ACC xPARALLEL COPYIN(ARGC) ! { dg-error "Unclassifiable OpenACC directive" }
IF (ARGC .NE. 0) THEN
- CALL ABORT
+ STOP 1
END IF
!$ACC END PARALLEL ! { dg-error "Unexpected" }
!$OMP END PARALLEL