[cfe-commits] r116904 - /cfe/trunk/test/FixIt/typo.cpp

Douglas Gregor dgregor at apple.com
Tue Oct 19 18:46:04 PDT 2010


Author: dgregor
Date: Tue Oct 19 20:46:04 2010
New Revision: 116904

URL: http://llvm.org/viewvc/llvm-project?rev=116904&view=rev
Log:
Disable this test while I track down the platform-specific issue

Modified:
    cfe/trunk/test/FixIt/typo.cpp

Modified: cfe/trunk/test/FixIt/typo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/typo.cpp?rev=116904&r1=116903&r2=116904&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/typo.cpp (original)
+++ cfe/trunk/test/FixIt/typo.cpp Tue Oct 19 20:46:04 2010
@@ -2,6 +2,9 @@
 // RUN: cp %s %t
 // RUN: %clang_cc1 -fsyntax-only -fixit -x c++ %t || true
 // RUN: %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ %t
+//
+// FIXME: Disabled while we investigate failure.
+// REQUIRES: disabled
 namespace std {
   template<typename T> class basic_string { // expected-note 2{{'basic_string' declared here}}
   public:





More information about the cfe-commits mailing list