From: Richard Smith Date: Fri, 7 Oct 2011 03:16:33 +0000 (+0000) Subject: Remove FIXME obsoleted by change r141279 for PR11067. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=856ebfb6357042d46052ccb39c1fbb490718320e;p=clang Remove FIXME obsoleted by change r141279 for PR11067. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141351 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FixIt/fixit-cxx0x.cpp b/test/FixIt/fixit-cxx0x.cpp index 8c404b6611..ae0c0a3373 100644 --- a/test/FixIt/fixit-cxx0x.cpp +++ b/test/FixIt/fixit-cxx0x.cpp @@ -40,15 +40,10 @@ namespace Constexpr { // FIXME: Provide FixIts for static data members too. #if 0 struct S { - static constexpr int a = 0; - static constexpr int b; // xpected-error {{requires an initializer}} // -> const int b; }; - constexpr int S::a; // xpected-error {{requires an initializer}} - // -> const int S::a; - constexpr int S::b = 0; #endif