[clang-tidy] Make a test independent of the default check set.

llvm-svn: 223232
This commit is contained in:
Alexander Kornienko 2014-12-03 13:48:46 +00:00
parent fc77519c29
commit 4cf0c18a5b
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
// RUN: clang-tidy %s -- --serialize-diagnostics %t | FileCheck %s
// RUN: clang-tidy -checks=-*,llvm-namespace-comment %s -- -serialize-diagnostics %t | FileCheck %s
// CHECK: :[[@LINE+1]]:12: error: expected ';' after struct [clang-diagnostic-error]
struct A {}