summaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2017-11-20 21:46:29 +0000
committerErich Keane <erich.keane@intel.com>2017-11-20 21:46:29 +0000
commit81685b29c80c25111e6332291658d85e982352b1 (patch)
tree45e8c1ef756264d0b2e39963978caba5289e0c21 /unittests
parent7a1263f88898afe21fe5aa346bf99d3f1b732735 (diff)
Revert r318669/318694
Broke some libclang tests, so reverting for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Tooling/TestVisitor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Tooling/TestVisitor.h b/unittests/Tooling/TestVisitor.h
index e7e57d184e..fb6a76ccad 100644
--- a/unittests/Tooling/TestVisitor.h
+++ b/unittests/Tooling/TestVisitor.h
@@ -52,7 +52,6 @@ public:
/// \brief Runs the current AST visitor over the given code.
bool runOver(StringRef Code, Language L = Lang_CXX) {
std::vector<std::string> Args;
- Args.push_back("-ffreestanding");
switch (L) {
case Lang_C:
Args.push_back("-x");