diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp b/clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp index e3694880fe4..1cbb0b48c42 100644 --- a/clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp +++ b/clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-shrink-to-fit %t +// RUN: %check_clang_tidy %s modernize-shrink-to-fit %t namespace std { template <typename T> struct vector { void swap(vector &other); }; |

