Skip to content

Commit

Permalink
Remove the ignore from CustomStepCanResolveTypesAfterSweep (#89016)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mrvoorhe authored Jul 17, 2023
1 parent f83580d commit 9f9b94e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 9f9b94e

Please sign in to comment.