Skip to content

Commit 6780be4

Browse files
committed
second attempt to fix build after add51e1
1 parent 070362e commit 6780be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %check_clang_tidy -std=c++14,c++17 %s readability-use-anyofallof %t
1+
// RUN: %check_clang_tidy -std=c++14,c++17 %s readability-use-anyofallof %t -- -- -fexceptions
22

33
bool good_any_of() {
44
int v[] = {1, 2, 3};

0 commit comments

Comments
 (0)