Skip to content

Commit e4473f2

Browse files
Add WorkItem attribute to TestGenerateMethodWithTupleVerbatimIdentifiers
Co-authored-by: CyrusNajmabadi <[email protected]>
1 parent 04de2e6 commit e4473f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10643,7 +10643,7 @@ async Task M()
1064310643
""",
1064410644
index: 1);
1064510645

10646-
[Fact]
10646+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/80979")]
1064710647
public Task TestGenerateMethodWithTupleVerbatimIdentifiers()
1064810648
=> TestInRegularAndScriptAsync(
1064910649
"""

0 commit comments

Comments
 (0)