summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/include-fixer/include_path.cpp
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2016-06-08 14:57:43 +0000
committerEric Liu <ioeric@google.com>2016-06-08 14:57:43 +0000
commit81689dab6cd9747fd61178a4e842a3e5f4080224 (patch)
treeed2060b9a3be720ddd66f89de61c80905e938145 /clang-tools-extra/test/include-fixer/include_path.cpp
parent1fe50f3be53247f27a44b91e5a09223f95a78ef9 (diff)
downloadbcm5719-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.cpp2
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"
OpenPOWER on IntegriCloud