From 2da358dcee503bff4375eb0d4eccd10f132736cd Mon Sep 17 00:00:00 2001 From: Yunzhong Gao <Yunzhong_Gao@playstation.sony.com> Date: Wed, 25 Mar 2015 20:16:29 +0000 Subject: [PATCH] Disable this test for PS4 target because PS4 issues different diagnostics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233210 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/pragma_microsoft.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Preprocessor/pragma_microsoft.c b/test/Preprocessor/pragma_microsoft.c index e30069c1c5e..6b88dece985 100644 --- a/test/Preprocessor/pragma_microsoft.c +++ b/test/Preprocessor/pragma_microsoft.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions +// REQUIRES: non-ps4-sdk // rdar://6495941 -- GitLab