Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fixed uap/uapaot tests in System.Runtime (#19819)
Browse files Browse the repository at this point in the history
* Fixed uap/uapaot tests in System.Runtime

* Remove Collection
  • Loading branch information
ViktorHofer committed May 16, 2017
1 parent 6dd451f commit 699887f
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 95 deletions.
Expand Up @@ -77,7 +77,7 @@ public static void Clone()
}

[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.UapAot, "AssemblyName.GetAssemblyName() not supported on UapAot")]
[SkipOnTargetFramework(TargetFrameworkMonikers.Uap | TargetFrameworkMonikers.UapAot, "AssemblyName.GetAssemblyName() not supported on UapAot")]
public static void GetAssemblyName()
{
AssertExtensions.Throws<ArgumentNullException>("assemblyFile", () => AssemblyName.GetAssemblyName(null));
Expand Down

0 comments on commit 699887f

Please sign in to comment.