Skip to content

Commit

Permalink
Fix test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Jul 12, 2021
1 parent d460c2a commit dc63430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public void OffsetOf_NoLayoutPoint_ThrowsArgumentException()
}

[Fact]
public void OffsetOf_Field_BlittableGeneric()
public void OffsetOf_Field_Generic()
{
Assert.Equal((IntPtr)4, Marshal.OffsetOf<Point2<int>>(nameof(Point2<int>.y)));
Assert.Equal((IntPtr)8, Marshal.OffsetOf<Point2<ulong>>(nameof(Point2<int>.y)));
Expand Down

0 comments on commit dc63430

Please sign in to comment.