Skip to content

Commit 6a3d295

Browse files
Add WorkItem attribute to track GitHub issue #80628
Co-authored-by: CyrusNajmabadi <4564579+CyrusNajmabadi@users.noreply.github.com>
1 parent dfe91cd commit 6a3d295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzers/CSharp/Tests/GenerateMethod/GenerateMethodTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10614,7 +10614,7 @@ private int Goo()
1061410614
}
1061510615
""", new(parseOptions: CSharpParseOptions.Default.WithLanguageVersion(LanguageVersion.CSharp14)));
1061610616

10617-
[Fact]
10617+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/80628")]
1061810618
public Task TestGenerateAbstractMethodReturningTask()
1061910619
=> TestInRegularAndScriptAsync(
1062010620
"""

0 commit comments

Comments
 (0)