Skip to content

Commit

Permalink
Enable UnsafeCode correctness test for MCS 2.6.4 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Nov 4, 2023
1 parent 684a863 commit c6cf74f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ public async Task StackTypes([Values(false, true)] bool force32Bit)
[Test]
public async Task UnsafeCode([ValueSource(nameof(defaultOptions))] CompilerOptions options)
{
if (options.HasFlag(CompilerOptions.UseMcs2_6_4))
{
Assert.Ignore("Decompiler bug with mono!");
}
await RunCS(options: options);
}

Expand Down

0 comments on commit c6cf74f

Please sign in to comment.