diff --git a/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp b/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp index 5b19dd0b8db6..bf4fe0e58da9 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp @@ -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};