gfortran.dg/gomp/requires-4.f90: Fix !$omp clause
authorTobias Burnus <tobias@codesourcery.com>
Fri, 27 Nov 2020 10:45:14 +0000 (11:45 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 27 Nov 2020 10:46:19 +0000 (11:46 +0100)
gcc/testsuite/
* gfortran.dg/gomp/requires-4.f90: Fix typo in '!$omp' clause.

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

index 0dc5e69da0420defdd44bf8e66c4fdd2f14ccc1f..b17aceb898b43dec9050155402395b657365e613 100644 (file)
@@ -30,7 +30,7 @@ contains
     !$omp end target
   end subroutine
   subroutine bar
-    !$omp requires unified_addres ! { dg-error "must appear in the specification part of a program unit" }
+    !$omp requires unified_address ! { dg-error "must appear in the specification part of a program unit" }
   end subroutine bar
 end
 ! { dg-prune-output "not yet supported" }