Skip to content

Commit

Permalink
see if GetArrayDataReference_NullInput_ThrowsNullRef passes on tvOS n…
Browse files Browse the repository at this point in the history
…ow, fixes #36885 (#56724)
  • Loading branch information
adamsitnik committed Aug 2, 2021
1 parent 077db00 commit 200d03e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace System.SpanTests
public static partial class MemoryMarshalTests
{
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/36885", TestPlatforms.tvOS)]
public static void GetArrayDataReference_NullInput_ThrowsNullRef()
{
Assert.Throws<NullReferenceException>(() => MemoryMarshal.GetArrayDataReference<object>((object[])null));
Expand Down

0 comments on commit 200d03e

Please sign in to comment.