Skip to content

Commit 6a900e8

Browse files
committed
update test to use 6.0 version
1 parent dd912bf commit 6a900e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/OpenMP/workdistribute.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
1+
! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=60 %s -o - | FileCheck %s
22

33
! CHECK-LABEL: func @_QPtarget_teams_workdistribute
44
subroutine target_teams_workdistribute()

0 commit comments

Comments
 (0)