Suppress clang-tidy-diff.py. It is incompatible to py26 due to argparse.

llvm-svn: 211741
This commit is contained in:
NAKAMURA Takumi 2014-06-25 23:13:34 +00:00
parent a13d7d6ede
commit 2d8dcc5bd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: sed 's/placeholder_for_f/f/' %s > %t.cpp
// RUN: clang-tidy -checks=-*,misc-use-override %t.cpp -- -std=c++11 | FileCheck -check-prefix=CHECK-SANITY %s
// RUN: not diff -U0 %s %t.cpp | python %S/../../clang-tidy/tool/clang-tidy-diff.py -checks=-*,misc-use-override -- -std=c++11 2>&1 | FileCheck %s
// R_U_N: not diff -U0 %s %t.cpp | python %S/../../clang-tidy/tool/clang-tidy-diff.py -checks=-*,misc-use-override -- -std=c++11 2>&1 | FileCheck %s
struct A {
virtual void f() {}
virtual void g() {}