Skip to content

Commit

Permalink
Mono error handling is different
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Mar 30, 2023
1 parent 3883c36 commit f17dee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/System.Reflection/tests/GetTypeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public void GetType_GenericTypeArgumentList()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/37871", TestRuntimes.Mono)]
public void GetType_InvalidAssemblyName()
{
Assert.Null(Type.GetType("MissingAssemblyName, "));
Expand Down

0 comments on commit f17dee9

Please sign in to comment.