diff --git a/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs b/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs index 21a35ce8e..65cc4e94a 100644 --- a/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs +++ b/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs @@ -257,11 +257,8 @@ namespace ICSharpCode.Decompiler.Tests } [Test] - public void Async([ValueSource("defaultOptions")] CSharpCompilerOptions options) + public void Async([ValueSource("noMonoOptions")] CSharpCompilerOptions options) { - if (options.HasFlag(CSharpCompilerOptions.UseMcs)) { - Assert.Ignore("Decompiler bug with mono!"); - } RunCS(options: options); }