IncludeFixerTest.cpp: Tweak not to assume clang-tools-extra were onto clang/tools/extra.

llvm-svn: 266874
This commit is contained in:
NAKAMURA Takumi 2016-04-20 14:14:16 +00:00
parent fdbd0a37c1
commit f2c717be82
2 changed files with 4 additions and 1 deletions

View File

@ -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
)

View File

@ -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"