second attempt to fix build after add51e1

This commit is contained in:
Nathan James 2020-06-03 15:16:36 +01:00
parent 070362e252
commit 6780be4c63
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %check_clang_tidy -std=c++14,c++17 %s readability-use-anyofallof %t
// RUN: %check_clang_tidy -std=c++14,c++17 %s readability-use-anyofallof %t -- -- -fexceptions
bool good_any_of() {
int v[] = {1, 2, 3};