From 779b8b0f33933e3b7bedaf7163a25143bedf428e Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 7 Oct 2011 03:16:33 +0000 Subject: Remove FIXME obsoleted by change r141279 for PR11067. llvm-svn: 141351 --- clang/test/FixIt/fixit-cxx0x.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'clang') diff --git a/clang/test/FixIt/fixit-cxx0x.cpp b/clang/test/FixIt/fixit-cxx0x.cpp index 8c404b66119..ae0c0a3373f 100644 --- a/clang/test/FixIt/fixit-cxx0x.cpp +++ b/clang/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 -- cgit v1.2.3