From: Yunzhong Gao Date: Wed, 25 Mar 2015 20:16:29 +0000 (+0000) Subject: Disable this test for PS4 target because PS4 issues different diagnostics. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2da358dcee503bff4375eb0d4eccd10f132736cd;p=clang 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 --- diff --git a/test/Preprocessor/pragma_microsoft.c b/test/Preprocessor/pragma_microsoft.c index e30069c1c5..6b88dece98 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