summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/rtti-options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/rtti-options.cpp')
-rw-r--r--clang/test/Driver/rtti-options.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Driver/rtti-options.cpp b/clang/test/Driver/rtti-options.cpp
index c40914e88b9..50354e5f019 100644
--- a/clang/test/Driver/rtti-options.cpp
+++ b/clang/test/Driver/rtti-options.cpp
@@ -34,8 +34,7 @@
// RUN: %clang -x c++ -### -c -target x86_64-unknown-unknown -fexceptions %s 2>&1 | FileCheck -check-prefix=CHECK-OK %s
// -frtti + exceptions
-// ps4 needs -nostdinc due to having warnings if the SDK is not installed
-// RUN: %clang -### -c -nostdinc -target x86_64-scei-ps4 -fcxx-exceptions -frtti %s 2>&1 | FileCheck -check-prefix=CHECK-OK %s
+// RUN: %clang -### -c -target x86_64-scei-ps4 -fcxx-exceptions -frtti %s 2>&1 | FileCheck -check-prefix=CHECK-OK %s
// RUN: %clang -### -c -target x86_64-unknown-unknown -fcxx-exceptions -frtti %s 2>&1 | FileCheck -check-prefix=CHECK-OK %s
// -f{no-,}rtti/default
OpenPOWER on IntegriCloud