summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/warning-stdlibcxx-darwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Frontend/warning-stdlibcxx-darwin.cpp')
-rw-r--r--clang/test/Frontend/warning-stdlibcxx-darwin.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/Frontend/warning-stdlibcxx-darwin.cpp b/clang/test/Frontend/warning-stdlibcxx-darwin.cpp
deleted file mode 100644
index 697fe27c730..00000000000
--- a/clang/test/Frontend/warning-stdlibcxx-darwin.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist %s 2>&1 | FileCheck %s
-// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist -stdlib=libc++ %s -verify
-// RUN: %clang -cc1 -x c++-cpp-output -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist %s -verify
-// CHECK: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead
-
-// expected-no-diagnostics
OpenPOWER on IntegriCloud