gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax
authorTobias Burnus <tobias@codesourcery.com>
Fri, 27 Nov 2020 10:40:11 +0000 (11:40 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 27 Nov 2020 10:43:04 +0000 (11:43 +0100)
gcc/testsuite/
* gfortran.dg/gomp/requires-4.f90: Fix '!$omp' syntax.

gcc/testsuite/gfortran.dg/gomp/requires-4.f90

index e0eb4dbc603df1eef6f10ef3c23838e2d216f562..0dc5e69da0420defdd44bf8e66c4fdd2f14ccc1f 100644 (file)
@@ -26,8 +26,8 @@ program main
 !$omp requires reverse_offload
 contains
   subroutine foo
-    !$target
-    !$end target
+    !$omp target
+    !$omp end target
   end subroutine
   subroutine bar
     !$omp requires unified_addres ! { dg-error "must appear in the specification part of a program unit" }