Skip to content

Commit bd54c95

Browse files
Add WorkItem attribute to ListConstruction_FixedElementsBeforeSpread test
Added [WorkItem("#71183")] attribute to the test to link it to the original issue being fixed. Co-authored-by: CyrusNajmabadi <4564579+CyrusNajmabadi@users.noreply.github.com>
1 parent 877b12b commit bd54c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/CSharp/Test/Emit3/Semantics/CollectionExpressionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22291,7 +22291,7 @@ .maxstack 3
2229122291
}
2229222292
}
2229322293

22294-
[Fact]
22294+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/71183")]
2229522295
public void ListConstruction_FixedElementsBeforeSpread()
2229622296
{
2229722297
// Test that when there are fixed elements before a spread element,

0 commit comments

Comments
 (0)