[Analyzer] Attempt to fix windows bots test failure b/c of new-line

This commit is contained in:
Gabor Marton 2021-06-28 15:41:30 +02:00
parent 1dd2d15b50
commit fe0e861a4d
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// RUN: %clang_analyze_cc1 \
// RUN: -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
// UNSUPPORTED: windows
void clang_analyzer_printState();

View File

@ -1,5 +1,6 @@
// RUN: %clang_analyze_cc1 \
// RUN: -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
// UNSUPPORTED: windows
void clang_analyzer_printState();