aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Semantics/OpenMP/allocate-directive.f90
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/Semantics/OpenMP/allocate-directive.f90')
-rw-r--r--flang/test/Semantics/OpenMP/allocate-directive.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Semantics/OpenMP/allocate-directive.f90 b/flang/test/Semantics/OpenMP/allocate-directive.f90
index 18a14b8..e34125b 100644
--- a/flang/test/Semantics/OpenMP/allocate-directive.f90
+++ b/flang/test/Semantics/OpenMP/allocate-directive.f90
@@ -11,7 +11,7 @@ integer :: x, y
integer, allocatable :: a, b, m, n, t, z
!$omp allocate(x, y)
!$omp allocate(x, y) allocator(omp_default_mem_alloc)
-
+ continue
!$omp allocate(a, b)
allocate ( a, b )