Skip to content

Commit e0027f1

Browse files
Update src/tests/Loader/classloader/generics/ByRefLike/Validate.cs
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
1 parent a79241d commit e0027f1

File tree

1 file changed

+0
-1
lines changed
  • src/tests/Loader/classloader/generics/ByRefLike

1 file changed

+0
-1
lines changed

src/tests/Loader/classloader/generics/ByRefLike/Validate.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public static void Validate_InvalidOpCode_Scenarios()
9191

9292
// Test that explicitly tries to box a ByRefLike type.
9393
Assert.Throws<InvalidProgramException>(() => { Exec.BoxAsObject(); });
94-
9594
}
9695

9796
[Fact]

0 commit comments

Comments
 (0)