Skip to content

Commit ab7aaac

Browse files
committed
[flang][tests] Remove stale module files to fix buildbots.
1 parent 2e3d212 commit ab7aaac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/test/Semantics/modfile75.F90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
!RUN: rm -rf %t && mkdir -p %t
2+
! The next line is a temporary clean-up for the buildbots to pass.
3+
!RUN: rm -f modfile75a.mod modfile75b.mod
24
!RUN: %flang -c -fhermetic-module-files -DWHICH=1 -J%t %s && %flang -c -fhermetic-module-files -DWHICH=2 -J%t %s && %flang_fc1 -fdebug-unparse -J%t %s | FileCheck %s
35

46
#if WHICH == 1

0 commit comments

Comments
 (0)