aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f90
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f90')
-rw-r--r--flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f90 b/flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f90
index 8daf20e..fec146a 100644
--- a/flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f90
+++ b/flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f90
@@ -5,6 +5,6 @@
program main
integer :: x
- ! CHECK: not yet implemented: OpenMPDeclarativeAllocate
+ ! CHECK: not yet implemented: OmpAllocateDirective
!$omp allocate(x) align(32)
end