Skip to content

Commit 9284bb3

Browse files
committed
Fix test broken after rebase
1 parent 9c22293 commit 9284bb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flang/test/Lower/OpenMP/loop-directive.f90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ subroutine test_standalone_bind_teams
149149
num = N
150150

151151
! CHECK: omp.distribute
152-
! CHECK-SAME: private(@{{.*}}Ea_private_ref_100000xi32 {{[^,]*}},
153-
! CHECK-SAME: @{{.*}}Ei_private_ref_i32 {{.*}} : {{.*}}) {
152+
! CHECK-SAME: private(@{{.*}}Ea_private_box_100000xi32 {{[^,]*}},
153+
! CHECK-SAME: @{{.*}}Ei_private_i32 {{.*}} : {{.*}}) {
154154
! CHECK: omp.loop_nest {{.*}} {
155155
! CHECK: }
156156
! CHECK: }
@@ -169,8 +169,8 @@ subroutine test_standalone_bind_parallel
169169
num = N
170170

171171
! CHECK: omp.wsloop
172-
! CHECK-SAME: private(@{{.*}}Ea_private_ref_100000xi32 {{[^,]*}},
173-
! CHECK-SAME: @{{.*}}Ei_private_ref_i32 {{.*}} : {{.*}}) {
172+
! CHECK-SAME: private(@{{.*}}Ea_private_box_100000xi32 {{[^,]*}},
173+
! CHECK-SAME: @{{.*}}Ei_private_i32 {{.*}} : {{.*}}) {
174174
! CHECK: omp.loop_nest {{.*}} {
175175
! CHECK: }
176176
! CHECK: }

0 commit comments

Comments
 (0)