summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/readability-shrink-to-fit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/readability-shrink-to-fit.cpp')
-rw-r--r--clang-tools-extra/test/clang-tidy/readability-shrink-to-fit.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-tools-extra/test/clang-tidy/readability-shrink-to-fit.cpp b/clang-tools-extra/test/clang-tidy/readability-shrink-to-fit.cpp
index 039d95f1aa9..30715eb29cf 100644
--- a/clang-tools-extra/test/clang-tidy/readability-shrink-to-fit.cpp
+++ b/clang-tools-extra/test/clang-tidy/readability-shrink-to-fit.cpp
@@ -1,5 +1,4 @@
-// RUN: $(dirname %s)/check_clang_tidy.sh %s readability-shrink-to-fit %t
-// REQUIRES: shell
+// RUN: %python %S/check_clang_tidy.py %s readability-shrink-to-fit %t
namespace std {
template <typename T> struct vector { void swap(vector &other); };
OpenPOWER on IntegriCloud