forked from OSchip/llvm-project
Regression test for the --serialize-diagnostics problem fixed in r221884.
llvm-svn: 221885
This commit is contained in:
parent
254b7dba27
commit
e553a93ba8
|
@ -0,0 +1,3 @@
|
|||
// RUN: clang-tidy %s -- --serialize-diagnostics %t | FileCheck %s
|
||||
// CHECK: :[[@LINE+1]]:12: error: expected ';' after struct [clang-diagnostic-error]
|
||||
struct A {}
|
Loading…
Reference in New Issue