3rd attempt of fixup with -std=c++11
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Mar 2016 00:24:35 +0000 (00:24 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Mar 2016 00:24:35 +0000 (00:24 +0000)
llvm-svn: 264367

clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp

index 9c1f868..e10c96f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-redundant-string-cstr %t -- -- -target x86_64-unknown
+// RUN: %check_clang_tidy %s readability-redundant-string-cstr %t -- -- -target x86_64-unknown -std=c++11
 
 namespace std {
 template <typename T>