Fixup -- "-target x86_64-unknown -fno-ms-compatibility" didn't work as expected.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Mar 2016 00:16:13 +0000 (00:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Mar 2016 00:16:13 +0000 (00:16 +0000)
llvm-svn: 264365

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

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