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

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


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

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.

>From 6e5bd93173a8515749115f45c993ddf472437c79 Mon Sep 17 00:00:00 2001
From: Ivan Murashko <ivanmurashko at meta.com>
Date: Fri, 10 May 2024 14:09:46 +0100
Subject: [PATCH] [Modules] Enable MS Windows test for
 implicit-module-no-timestamp.cpp

The test should pass on MS Windows and it would be good to have it
---
 clang/test/Modules/implicit-module-no-timestamp.cpp | 1 -
 1 file changed, 1 deletion(-)

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