From ab7aaaca93a0670e96a454136bb9cf13bb1ae372 Mon Sep 17 00:00:00 2001 From: Slava Zakharin Date: Mon, 16 Jun 2025 19:50:43 -0700 Subject: [PATCH] [flang][tests] Remove stale module files to fix buildbots. --- flang/test/Semantics/modfile75.F90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flang/test/Semantics/modfile75.F90 b/flang/test/Semantics/modfile75.F90 index 8f7adafe7204..a61c59bbb31b 100644 --- a/flang/test/Semantics/modfile75.F90 +++ b/flang/test/Semantics/modfile75.F90 @@ -1,4 +1,6 @@ !RUN: rm -rf %t && mkdir -p %t +! The next line is a temporary clean-up for the buildbots to pass. +!RUN: rm -f modfile75a.mod modfile75b.mod !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 #if WHICH == 1