From 6780be4c63e582466a35d7644c35e09ba85d4f67 Mon Sep 17 00:00:00 2001 From: Nathan James Date: Wed, 3 Jun 2020 15:16:36 +0100 Subject: [PATCH] second attempt to fix build after add51e1 --- .../test/clang-tidy/checkers/readability-use-anyofallof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5b19dd0b8db60..bf4fe0e58da95 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};