[clang] [Modules] Enable MS Windows test for implicit-module-no-timestamp.cpp (PR #91738)

via cfe-commits cfe-commits at lists.llvm.org
Fri May 10 06:18:50 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-modules

@llvm/pr-subscribers-clang

Author: Ivan Murashko (ivanmurashko)

<details>
<summary>Changes</summary>

There is a followup commit for #<!-- -->90319. The windows test was disabled at that commit but it should pass on MS Windows and it would be good to have it enabled.

---
Full diff: https://github.com/llvm/llvm-project/pull/91738.diff


1 Files Affected:

- (modified) clang/test/Modules/implicit-module-no-timestamp.cpp (-1) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/91738


More information about the cfe-commits mailing list