forked from OSchip/llvm-project
[Analyzer] Attempt to fix windows bots test failure b/c of new-line
This commit is contained in:
parent
1dd2d15b50
commit
fe0e861a4d
|
@ -1,5 +1,6 @@
|
|||
// RUN: %clang_analyze_cc1 \
|
||||
// RUN: -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
|
||||
// UNSUPPORTED: windows
|
||||
|
||||
void clang_analyzer_printState();
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// RUN: %clang_analyze_cc1 \
|
||||
// RUN: -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
|
||||
// UNSUPPORTED: windows
|
||||
|
||||
void clang_analyzer_printState();
|
||||
|
||||
|
|
Loading…
Reference in New Issue