summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc/fixed-1.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/goacc/fixed-1.f')
-rw-r--r--gcc/testsuite/gfortran.dg/goacc/fixed-1.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/goacc/fixed-1.f b/gcc/testsuite/gfortran.dg/goacc/fixed-1.f
index 6a454190102..974f2702260 100644
--- a/gcc/testsuite/gfortran.dg/goacc/fixed-1.f
+++ b/gcc/testsuite/gfortran.dg/goacc/fixed-1.f
@@ -4,7 +4,7 @@
!$OMP PARALLEL
!$ACC PARALLEL COPYIN(ARGC)
IF (ARGC .NE. 0) THEN
- CALL ABORT
+ STOP 1
END IF
!$ACC END PARALLEL
!$OMP END PARALLEL