From 58273c87b9064fd794396c80bbe23f56186fbb22 Mon Sep 17 00:00:00 2001 From: Matt Warren Date: Fri, 24 Apr 2015 12:38:35 -0700 Subject: [PATCH] Remove commented out code --- .../CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Workspaces/CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs b/src/Workspaces/CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs index a43934bd871..82bc5d6cdc6 100644 --- a/src/Workspaces/CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs +++ b/src/Workspaces/CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs @@ -1224,10 +1224,6 @@ public class C { } // end").Members[0]; var attrWithComment = _g.GetAttributes(added).First(); VerifySyntax(attrWithComment, "// comment\r\n[a]"); - - // added attributes are stripped of trivia - //var added2 = _g.AddAttributes(cls, attrWithComment); - //VerifySyntax(added2, "// comment\r\n[a]\r\npublic class C\r\n{\r\n} // end\r\n"); } [Fact] -- GitLab