Skip to content

Commit 7b6a23a

Browse files
authored
Specify std explicitly
1 parent 404ddb7 commit 7b6a23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/modernize/return-braced-init-list.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %check_clang_tidy %s modernize-return-braced-init-list %t
1+
// RUN: %check_clang_tidy -std=c++11-or-later %s modernize-return-braced-init-list %t
22

33
namespace std {
44
typedef decltype(sizeof(int)) size_t;

0 commit comments

Comments
 (0)