test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 26 Jan 2013 06:39:48 +0000 (06:39 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 26 Jan 2013 06:39:48 +0000 (06:39 +0000)
llvm-svn: 173562

clang-tools-extra/test/remove-cstr-calls/basic.cpp

index aede854..4aabf1c 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
 // RUN: remove-cstr-calls . %t.cpp --
 // RUN: FileCheck -input-file=%t.cpp %s
+// REQUIRES: shell
 
 namespace std {
 template<typename T> class allocator {};