summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Interpreter/TestCompletion.cpp
diff options
context:
space:
mode:
authorTim Hammerquist <penryu@apple.com>2017-10-03 21:20:18 +0000
committerTim Hammerquist <penryu@apple.com>2017-10-03 21:20:18 +0000
commita6db41675c44d18555277862a8abdc2c30e62339 (patch)
tree7554ebc45b6f4b2bacf4d09d32ccb96209565a3c /lldb/unittests/Interpreter/TestCompletion.cpp
parent3696352d85b8dce16edd336184dfda6c14e2ab0a (diff)
downloadbcm5719-llvm-a6db41675c44d18555277862a8abdc2c30e62339.tar.gz
bcm5719-llvm-a6db41675c44d18555277862a8abdc2c30e62339.zip
cmake + xcode: prevent gtests from using includes from project root
Summary: At present, several gtests in the lldb open source codebase are using #include statements rooted at $(SOURCE_ROOT)/${LLDB_PROJECT_ROOT}. This patch cleans up this directory/include structure for both CMake and Xcode build systems. rdar://problem/33835795 Reviewers: zturner, jingham, beanz Reviewed By: beanz Subscribers: emaste, lldb-commits, mgorny Differential Revision: https://reviews.llvm.org/D36598 llvm-svn: 314849
Diffstat (limited to 'lldb/unittests/Interpreter/TestCompletion.cpp')
-rw-r--r--lldb/unittests/Interpreter/TestCompletion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Interpreter/TestCompletion.cpp b/lldb/unittests/Interpreter/TestCompletion.cpp
index 0baf61fdaf3..5db7f83db0f 100644
--- a/lldb/unittests/Interpreter/TestCompletion.cpp
+++ b/lldb/unittests/Interpreter/TestCompletion.cpp
@@ -12,7 +12,7 @@
#include "lldb/Utility/StringList.h"
#include "lldb/Utility/TildeExpressionResolver.h"
-#include "unittests/Utility/Helpers/MockTildeExpressionResolver.h"
+#include "TestingSupport/MockTildeExpressionResolver.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
OpenPOWER on IntegriCloud