second attempt to fix build after add51e1
authorNathan James <n.james93@hotmail.co.uk>
Wed, 3 Jun 2020 14:16:36 +0000 (15:16 +0100)
committerNathan James <n.james93@hotmail.co.uk>
Wed, 3 Jun 2020 14:16:36 +0000 (15:16 +0100)
clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp

index 5b19dd0..bf4fe0e 100644 (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};