Skip to content

Commit 200d03e

Browse files
authored
see if GetArrayDataReference_NullInput_ThrowsNullRef passes on tvOS now, fixes #36885 (#56724)
1 parent 077db00 commit 200d03e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Memory/tests/MemoryMarshal/GetArrayDataReference.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ namespace System.SpanTests
1111
public static partial class MemoryMarshalTests
1212
{
1313
[Fact]
14-
[ActiveIssue("https://github.com/dotnet/runtime/issues/36885", TestPlatforms.tvOS)]
1514
public static void GetArrayDataReference_NullInput_ThrowsNullRef()
1615
{
1716
Assert.Throws<NullReferenceException>(() => MemoryMarshal.GetArrayDataReference<object>((object[])null));

0 commit comments

Comments
 (0)