[flang-commits] [flang] cd4e384 - [flang][test] Removed temporary workaround for buildbots.
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Tue Jun 17 08:55:24 PDT 2025
Author: Slava Zakharin
Date: 2025-06-17T08:55:18-07:00
New Revision: cd4e3843395329538feb1c29cd582471b482caf7
URL: https://github.com/llvm/llvm-project/commit/cd4e3843395329538feb1c29cd582471b482caf7
DIFF: https://github.com/llvm/llvm-project/commit/cd4e3843395329538feb1c29cd582471b482caf7.diff
LOG: [flang][test] Removed temporary workaround for buildbots.
Added:
Modified:
flang/test/Semantics/modfile75.F90
Removed:
################################################################################
diff --git a/flang/test/Semantics/modfile75.F90 b/flang/test/Semantics/modfile75.F90
index a61c59bbb31b8..8f7adafe7204d 100644
--- a/flang/test/Semantics/modfile75.F90
+++ b/flang/test/Semantics/modfile75.F90
@@ -1,6 +1,4 @@
!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
More information about the flang-commits
mailing list