Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Voorhees <mrvoorhe@users.noreply.github.com>2021-09-02 10:25:55 +0300
committerGitHub <noreply@github.com>2021-09-02 10:25:55 +0300
commitde899fabd49f24ce6e4824d51fe6964131b7f741 (patch)
tree5ccde82b16584b6706f68e6a60d0df5e621cfa44
parent397f69bdde14f0df2578a2f8e604213b3e831ca6 (diff)
Skip peverify on CopyOfCoreLibrariesKeepsUnusedTypes (#2247)
-rw-r--r--test/Mono.Linker.Tests.Cases/CoreLink/CopyOfCoreLibrariesKeepsUnusedTypes.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Mono.Linker.Tests.Cases/CoreLink/CopyOfCoreLibrariesKeepsUnusedTypes.cs b/test/Mono.Linker.Tests.Cases/CoreLink/CopyOfCoreLibrariesKeepsUnusedTypes.cs
index ec29d7477..1a3f636d9 100644
--- a/test/Mono.Linker.Tests.Cases/CoreLink/CopyOfCoreLibrariesKeepsUnusedTypes.cs
+++ b/test/Mono.Linker.Tests.Cases/CoreLink/CopyOfCoreLibrariesKeepsUnusedTypes.cs
@@ -13,8 +13,7 @@ namespace Mono.Linker.Tests.Cases.CoreLink
[KeptAssembly (PlatformAssemblies.CoreLib)]
[KeptAllTypesAndMembersInAssembly (PlatformAssemblies.CoreLib)]
- // Can be removed once this bug is fixed https://bugzilla.xamarin.com/show_bug.cgi?id=58168
- [SkipPeVerify (SkipPeVerifyForToolchian.Pedump)]
+ [SkipPeVerify]
class CopyOfCoreLibrariesKeepsUnusedTypes
{
public static void Main ()