Browse Source

Enable `UnsafeCode` correctness test for MCS 2.6.4 compiler

pull/3110/head
ElektroKill 2 years ago
parent
commit
c6cf74f7ad
No known key found for this signature in database
GPG Key ID: 7E3C5C084E40E3EC
  1. 4
      ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

4
ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

@ -336,10 +336,6 @@ namespace ICSharpCode.Decompiler.Tests @@ -336,10 +336,6 @@ namespace ICSharpCode.Decompiler.Tests
[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);
}

Loading…
Cancel
Save