[clang-tidy] Fix test modernize-return-braced-init-list

llvm-svn: 295207
This commit is contained in:
Jonas Devlieghere 2017-02-15 17:37:58 +00:00
parent 582a5237f9
commit f9e7b3caba
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// RUN: %check_clang_tidy %s modernize-return-braced-init-list %t -- --
// -std=c++14
// RUN: %check_clang_tidy %s modernize-return-braced-init-list %t -- -- -std=c++14
namespace std {
typedef decltype(sizeof(int)) size_t;