[clang-tidy] Make a test independent of the default check set.
llvm-svn: 223232
This commit is contained in:
parent
fc77519c29
commit
4cf0c18a5b
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue