forked from OSchip/llvm-project
IncludeFixerTest.cpp: Tweak not to assume clang-tools-extra were onto clang/tools/extra.
llvm-svn: 266874
This commit is contained in:
parent
fdbd0a37c1
commit
f2c717be82
|
@ -8,6 +8,9 @@ include_directories(
|
|||
${INCLUDE_FIXER_SOURCE_DIR}
|
||||
)
|
||||
|
||||
# We'd like to clang/unittests/Tooling/RewriterTestContext.h in the test.
|
||||
include_directories(${CLANG_SOURCE_DIR})
|
||||
|
||||
add_extra_unittest(IncludeFixerTests
|
||||
IncludeFixerTest.cpp
|
||||
)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "../../../../unittests/Tooling/RewriterTestContext.h"
|
||||
#include "unittests/Tooling/RewriterTestContext.h"
|
||||
#include "InMemoryXrefsDB.h"
|
||||
#include "IncludeFixer.h"
|
||||
#include "clang/Tooling/Tooling.h"
|
||||
|
|
Loading…
Reference in New Issue