diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-20 14:14:16 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-20 14:14:16 +0000 |
commit | f2c717be82ab8f96d1119022858c7948b3612d26 (patch) | |
tree | 249bf0f0ac8019f8a8f7f987f9d2206af78baae6 /clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp | |
parent | fdbd0a37c146f5b021d9b498f7676da431cb8a52 (diff) | |
download | bcm5719-llvm-f2c717be82ab8f96d1119022858c7948b3612d26.tar.gz bcm5719-llvm-f2c717be82ab8f96d1119022858c7948b3612d26.zip |
IncludeFixerTest.cpp: Tweak not to assume clang-tools-extra were onto clang/tools/extra.
llvm-svn: 266874
Diffstat (limited to 'clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp')
-rw-r--r-- | clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp b/clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp index 75ee8a3b3f1..12759761b19 100644 --- a/clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp +++ b/clang-tools-extra/unittests/include-fixer/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" |