Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Stop skipping GetAssemblyName test
  • Loading branch information
Steve Pfister committed Jan 24, 2023
commit e9b847d5f2b741af0fc701af59a65b9bcebe6abe
Original file line number Diff line number Diff line change
Expand Up @@ -3072,7 +3072,6 @@ private static unsafe byte[] ObfuscateWithExtraData(byte[] unobfuscated, bool se
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/80863", TestPlatforms.Android | TestPlatforms.iOS | TestPlatforms.tvOS)]
public void GetAssemblyName()
{
AssertExtensions.Throws<ArgumentNullException>("assemblyFile", () => MetadataReader.GetAssemblyName(null));
Expand Down