Skip to content

Commit

Permalink
[clang-tidy] Fix redundant check breaking the test on many platforms.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D57662

llvm-svn: 356589
  • Loading branch information
irishrover committed Mar 20, 2019
1 parent 5baa72e commit af88175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp
Expand Up @@ -23,5 +23,4 @@ struct B : public A {
// CHECK-QUIET-NOT: warning:
};
// CHECK-SANITY-NOT: Suppressed
// CHECK: Suppressed 1 warnings (1 due to line filter).
// CHECK-QUIET-NOT: Suppressed

0 comments on commit af88175

Please sign in to comment.