summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-07-13 22:26:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-07-13 22:26:30 +0000
commitc5920d028947df0d271a93ff32af6390c4a18b5a (patch)
tree74d3371dc380a765d8781233942f7ecc6a827549 /unittests
parent99d062ea385858e8769aa5d8e89b3f00f3723c9e (diff)
downloadclang-c5920d028947df0d271a93ff32af6390c4a18b5a.tar.gz
This reverts commit r242058, r242065, r242067.
The tests were failing on OS X. Revert "[cuda] Driver changes to compile and stitch together host and device-side CUDA code." Revert "Fixed regex to properly match '64' in the test case." Revert "clang/test/Driver/cuda-options.cu REQUIRES clang-driver, at least." git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/ASTMatchers/ASTMatchersTest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/ASTMatchers/ASTMatchersTest.h b/unittests/ASTMatchers/ASTMatchersTest.h
index d79a3175b4..17b69dac45 100644
--- a/unittests/ASTMatchers/ASTMatchersTest.h
+++ b/unittests/ASTMatchers/ASTMatchersTest.h
@@ -164,7 +164,6 @@ testing::AssertionResult matchesConditionallyWithCuda(
std::vector<std::string> Args;
Args.push_back("-xcuda");
Args.push_back("-fno-ms-extensions");
- Args.push_back("--cuda-host-only");
Args.push_back(CompileArg);
if (!runToolOnCodeWithArgs(Factory->create(),
CudaHeader + Code, Args)) {