[clang] 91c917b - [Modules] Enable MS Windows test for implicit-module-no-timestamp.cpp (#91738)
via cfe-commits
cfe-commits at lists.llvm.org
Sat May 11 15:14:59 PDT 2024
Author: Ivan Murashko
Date: 2024-05-11T23:14:56+01:00
New Revision: 91c917b19f076b510635a6168305f6f0117e7fad
URL: https://github.com/llvm/llvm-project/commit/91c917b19f076b510635a6168305f6f0117e7fad
DIFF: https://github.com/llvm/llvm-project/commit/91c917b19f076b510635a6168305f6f0117e7fad.diff
LOG: [Modules] Enable MS Windows test for implicit-module-no-timestamp.cpp (#91738)
There is a follow-up commit for #90319. The Windows test was disabled in
that commit, but it should pass on this operating system. Therefore, it
would be beneficial to have it enabled for MS Windows.
Added:
Modified:
clang/test/Modules/implicit-module-no-timestamp.cpp
Removed:
################################################################################
diff --git a/clang/test/Modules/implicit-module-no-timestamp.cpp b/clang/test/Modules/implicit-module-no-timestamp.cpp
index 1b681a610bab2..50767b4a11468 100644
--- a/clang/test/Modules/implicit-module-no-timestamp.cpp
+++ b/clang/test/Modules/implicit-module-no-timestamp.cpp
@@ -1,4 +1,3 @@
-// UNSUPPORTED: system-windows
// RUN: rm -rf %t
// RUN: split-file %s %t
// RUN: cd %t
More information about the cfe-commits
mailing list