From 40d61a6348bb7d5c43228931c58ea2668d613c0f Mon Sep 17 00:00:00 2001 From: Michael Voorhees Date: Fri, 14 Jul 2023 15:26:00 -0400 Subject: [PATCH] Remove the ignore from `CustomStepCanResolveTypesAfterSweep` This ignore is pointless. `#if` cannot be used to ignore a test. Tests are collected from whatever version of `Mono.Linker.Tests.Cases` is handy. It could be a net7 build. It could be net471. --- .../Extensibility/CustomStepCanResolveTypesAfterSweep.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/illink/test/Mono.Linker.Tests.Cases/Extensibility/CustomStepCanResolveTypesAfterSweep.cs b/src/tools/illink/test/Mono.Linker.Tests.Cases/Extensibility/CustomStepCanResolveTypesAfterSweep.cs index 5078037cf18b5..0437667ccf8bb 100644 --- a/src/tools/illink/test/Mono.Linker.Tests.Cases/Extensibility/CustomStepCanResolveTypesAfterSweep.cs +++ b/src/tools/illink/test/Mono.Linker.Tests.Cases/Extensibility/CustomStepCanResolveTypesAfterSweep.cs @@ -4,9 +4,6 @@ namespace Mono.Linker.Tests.Cases.Extensibility { // Repro for https://github.com/dotnet/linker/issues/2267. -#if !NETCOREAPP - [IgnoreTestCase ("Specific to the illink build")] -#endif [SetupCompileBefore ("ResolveTypesSubStep.dll", new[] { "Dependencies/ResolveTypesSubStep.cs" }, new[] { "illink.dll", "Mono.Cecil.dll", "netstandard.dll" })] [SetupLinkerArgument ("--custom-step", "+OutputStep:ResolveTypesSubStep,ResolveTypesSubStep.dll")] [SetupLinkerAction ("copy", "test")]