summaryrefslogtreecommitdiffstats
path: root/clang/test/Tooling/clang-check-builtin-headers.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-04-21 10:46:14 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-04-21 10:46:14 +0000
commit023ef1bd13b10cd9e673f7c24c21d3e0f1f569db (patch)
tree9e94200427e40cbaf7ed503e37bafc5baa2941e6 /clang/test/Tooling/clang-check-builtin-headers.cpp
parent71b26e94fdde796f7033ea47a9ce2d0deadec583 (diff)
downloadbcm5719-llvm-023ef1bd13b10cd9e673f7c24c21d3e0f1f569db.tar.gz
bcm5719-llvm-023ef1bd13b10cd9e673f7c24c21d3e0f1f569db.zip
Back out the test case for r266973 for now.
It breaks on windows, need to investigate. It's not testing the important part of that change anyways. llvm-svn: 266975
Diffstat (limited to 'clang/test/Tooling/clang-check-builtin-headers.cpp')
-rw-r--r--clang/test/Tooling/clang-check-builtin-headers.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Tooling/clang-check-builtin-headers.cpp b/clang/test/Tooling/clang-check-builtin-headers.cpp
index c48e2f2a9d7..76fc9c4b3d0 100644
--- a/clang/test/Tooling/clang-check-builtin-headers.cpp
+++ b/clang/test/Tooling/clang-check-builtin-headers.cpp
@@ -4,11 +4,9 @@
// RUN: echo '[{"directory":".","command":"/random/tool -c %t/test.cpp","file":"%t/test.cpp"}]' | sed -e 's/\\/\//g' > %t/compile_commands.json
// RUN: cp "%s" "%t/test.cpp"
// RUN: not clang-check -p "%t" "%t/test.cpp" 2>&1|FileCheck %s
-// RUN: not clang-check -p "%t" "%t/test.cpp" -extra-arg=-resource-dir=foo 2>&1|FileCheck %s -check-prefix=CHECK-NOHDR
// FIXME: Make the above easier.
#include <stddef.h>
// CHECK: C++ requires
-// CHECK-NOHDR: fatal error: 'stddef.h' file not
invalid;
OpenPOWER on IntegriCloud