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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to