[clang] f19c272 - [PS4] Remove an UNSUPPORTED, this test seems to work now

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 08:59:21 PST 2022


Author: Paul Robinson
Date: 2022-11-29T08:59:09-08:00
New Revision: f19c2720e3f0571d0fb415efa8f4b9fc5ae6eb17

URL: https://github.com/llvm/llvm-project/commit/f19c2720e3f0571d0fb415efa8f4b9fc5ae6eb17
DIFF: https://github.com/llvm/llvm-project/commit/f19c2720e3f0571d0fb415efa8f4b9fc5ae6eb17.diff

LOG: [PS4] Remove an UNSUPPORTED, this test seems to work now

Added: 
    

Modified: 
    clang/test/Preprocessor/pragma_microsoft.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Preprocessor/pragma_microsoft.c b/clang/test/Preprocessor/pragma_microsoft.c
index 057f5ea006e86..aae6e284cb4dc 100644
--- a/clang/test/Preprocessor/pragma_microsoft.c
+++ b/clang/test/Preprocessor/pragma_microsoft.c
@@ -1,6 +1,5 @@
 // RUN: %clang_cc1 -triple i686-unknown-windows-msvc %s -fsyntax-only -verify -fms-extensions -Wunknown-pragmas
 // RUN: not %clang_cc1 -triple i686-unknown-windows-msvc %s -fms-extensions -E | FileCheck %s
-// UNSUPPORTED: ps4
 
 // rdar://6495941
 


        


More information about the cfe-commits mailing list