diff options
-rw-r--r-- | clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp b/clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp index 31c4d681ebc..0d0e41e022a 100644 --- a/clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp +++ b/clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp @@ -9,7 +9,7 @@ // RUN: echo " value: '0'" >> %t/.clang-tidy // RUN: cp "%s" "%t/test.cpp" // RUN: cd "%t" -// RUN: not %run_clang_tidy "%t/test.cpp" +// RUN: not %run_clang_tidy "test.cpp" int main() { |