summaryrefslogtreecommitdiff
path: root/flang/test/Semantics/OpenMP/use_device_ptr.f90
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/Semantics/OpenMP/use_device_ptr.f90')
-rw-r--r--flang/test/Semantics/OpenMP/use_device_ptr.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Semantics/OpenMP/use_device_ptr.f90 b/flang/test/Semantics/OpenMP/use_device_ptr.f90
index 738904bbab64..08c25ed592a2 100644
--- a/flang/test/Semantics/OpenMP/use_device_ptr.f90
+++ b/flang/test/Semantics/OpenMP/use_device_ptr.f90
@@ -12,7 +12,7 @@ subroutine omp_target_data
integer, pointer :: arrayB
a = 1
!$omp target data map(tofrom: a, arrayB) use_device_ptr(b)
- !CHECK: b (OmpUseDevicePtr)
+ !CHECK: b (OmpUseDevicePtr): HostAssoc
allocate(arrayB)
call c_f_pointer(b, arrayB)
a = arrayB