From 6e5bd93173a8515749115f45c993ddf472437c79 Mon Sep 17 00:00:00 2001 From: Ivan Murashko 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