forked from OSchip/llvm-project
second attempt to fix build after add51e1
This commit is contained in:
parent
070362e252
commit
6780be4c63
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue