[analyzer][NFC] Fix test failures for builds w/o assertions

This commit is contained in:
Valeriy Savchenko 2021-02-15 16:36:22 +03:00
parent a838a4f69f
commit 6f21adac6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -verify %s
// XFAIL: *
// XFAIL: asserts
void clang_analyzer_eval(bool);