Skip to content

Commit df61e34

Browse files
committed
[OpenMP][test] .f90 -> .F90
The test makes use of the preprocessor, which requires a .F90 suffix
1 parent 2c37244 commit df61e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openmp/runtime/test/transform/tile/intfor.f90 renamed to openmp/runtime/test/transform/tile/intfor.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
! RUN: %t-ub18.exe | FileCheck %s --match-full-lines
1111

1212
program tile_intfor_1d
13+
implicit none
1314
integer i
1415
print *, 'do'
1516

0 commit comments

Comments
 (0)