Skip to content

Commit bfc77a6

Browse files
committed
Add -fopenmp flag to test
1 parent d3b0970 commit bfc77a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Semantics/OpenMP/flush03.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp-version=52 -Werror
1+
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp -fopenmp-version=52 -Werror
22

33
subroutine f00(x)
44
integer :: x

0 commit comments

Comments
 (0)