Skip to content

Commit

Permalink
second attempt to fix build after add51e1
Browse files Browse the repository at this point in the history
  • Loading branch information
njames93 committed Jun 3, 2020
1 parent 070362e commit 6780be4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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};
Expand Down

0 comments on commit 6780be4

Please sign in to comment.