diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/google-readability-casting.c')
-rw-r--r-- | clang-tools-extra/test/clang-tidy/google-readability-casting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/google-readability-casting.c b/clang-tools-extra/test/clang-tidy/google-readability-casting.c index b195667b6dd..0d148137ac2 100644 --- a/clang-tools-extra/test/clang-tidy/google-readability-casting.c +++ b/clang-tools-extra/test/clang-tidy/google-readability-casting.c @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-readability-casting %t -- -x c +// RUN: %check_clang_tidy %s google-readability-casting %t -- -x c // The testing script always adds .cpp extension to the input file name, so we // need to run clang-tidy directly in order to verify handling of .c files: // RUN: clang-tidy --checks=-*,google-readability-casting %s -- -x c++ | FileCheck %s -check-prefix=CHECK-MESSAGES -implicit-check-not='{{warning|error}}:' |