Skip to content

Commit 7c208f6

Browse files
committed
Fix lit test
1 parent 27490fb commit 7c208f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/OpenMP/wsloop-simd.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! This test checks lowering of OpenMP DO SIMD composite constructs.
22

33
! RUN: bbc -fopenmp -emit-hlfir %s -o - | FileCheck %s
4-
! RUN: %flang_fc1 -emit-hlfir %openmp_flags %s -o - | FileCheck %s
4+
! RUN: %flang_fc1 -fopenmp -emit-hlfir %s -o - | FileCheck %s
55

66
! CHECK-LABEL: func.func @_QPdo_simd_aligned(
77
subroutine do_simd_aligned(A)

0 commit comments

Comments
 (0)