diff options
author | Eric Liu <ioeric@google.com> | 2016-06-08 14:57:43 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2016-06-08 14:57:43 +0000 |
commit | 81689dab6cd9747fd61178a4e842a3e5f4080224 (patch) | |
tree | ed2060b9a3be720ddd66f89de61c80905e938145 /clang-tools-extra/test/include-fixer/include_path.cpp | |
parent | 1fe50f3be53247f27a44b91e5a09223f95a78ef9 (diff) | |
download | bcm5719-llvm-81689dab6cd9747fd61178a4e842a3e5f4080224.tar.gz bcm5719-llvm-81689dab6cd9747fd61178a4e842a3e5f4080224.zip |
[include-fixer] explicitly set minimize-paths in test.
llvm-svn: 272151
Diffstat (limited to 'clang-tools-extra/test/include-fixer/include_path.cpp')
-rw-r--r-- | clang-tools-extra/test/include-fixer/include_path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/include-fixer/include_path.cpp b/clang-tools-extra/test/include-fixer/include_path.cpp index 6f3fbcaad6c..b1b6329b961 100644 --- a/clang-tools-extra/test/include-fixer/include_path.cpp +++ b/clang-tools-extra/test/include-fixer/include_path.cpp @@ -7,7 +7,7 @@ // RUN: echo 'b::a::bar f;' > %T/include-fixer/src/bar.cpp // RUN: touch %T/include-fixer/include/bar.h // RUN: cd %T/include-fixer/build -// RUN: clang-include-fixer -db=yaml -input=fake_yaml_db.yaml -p=. %T/include-fixer/src/bar.cpp +// RUN: clang-include-fixer -db=yaml -input=fake_yaml_db.yaml -minimize-paths=true -p=. %T/include-fixer/src/bar.cpp // RUN: FileCheck -input-file=%T/include-fixer/src/bar.cpp %s // CHECK: #include "bar.h" |