Skip to content

Commit 8fa7d56

Browse files
committed
Address review comments
The following has been fixed: - Updated comments to be `!` instead of `\\` in test file
1 parent ccc9ab7 commit 8fa7d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/test/Lower/OpenMP/Todo/omp-declarative-allocate.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
program main
66
integer :: x, y
77

8-
// CHECK: OpenMP directive ALLOCATE has been deprecated, please use ALLOCATORS instead.
9-
// CHECK: not yet implemented: OpenMPDeclarativeAllocate
8+
! CHECK: OpenMP directive ALLOCATE has been deprecated, please use ALLOCATORS instead.
9+
! CHECK: not yet implemented: OpenMPDeclarativeAllocate
1010
!$omp allocate(x, y)
1111
end

0 commit comments

Comments
 (0)