diff options
-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" |