Skip to content

Commit b62a860

Browse files
Update src/Compilers/CSharp/Test/Syntax/LexicalAndXml/LexicalErrorTests.cs
1 parent 2c21cb4 commit b62a860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Compilers/CSharp/Test/Syntax/LexicalAndXml/LexicalErrorTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,7 @@ public static void Main()
437437
);
438438
}
439439

440-
[Fact]
441-
[WorkItem("https://github.com/dotnet/roslyn/issues/32106")]
440+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/32106")]
442441
public void DuplicateModifiers_NotReportedDuringParsing()
443442
{
444443
// Duplicate modifiers for local declarations and local functions should not produce

0 commit comments

Comments
 (0)