From 6fb75e08e5c067f8e9c749b9990883667d7288e0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 26 Jan 2013 06:39:48 +0000 Subject: [PATCH] test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable. llvm-svn: 173562 --- clang-tools-extra/test/remove-cstr-calls/basic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang-tools-extra/test/remove-cstr-calls/basic.cpp b/clang-tools-extra/test/remove-cstr-calls/basic.cpp index aede854..4aabf1c 100644 --- a/clang-tools-extra/test/remove-cstr-calls/basic.cpp +++ b/clang-tools-extra/test/remove-cstr-calls/basic.cpp @@ -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 class allocator {}; -- 2.7.4