Browse Source

Merge pull request #2854 from ElektroKill/enable-passing-ignored-tests

Enable MiniJSON test for MCS 2.6.4
pull/2855/head
Daniel Grunwald 3 years ago committed by GitHub
parent
commit
152f34b18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

6
ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
@ -398,10 +398,6 @@ namespace ICSharpCode.Decompiler.Tests @@ -398,10 +398,6 @@ namespace ICSharpCode.Decompiler.Tests
[Test]
public async Task MiniJSON([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