ElektroKill
3 years ago
No known key found for this signature in database
GPG Key ID: 7E3C5C084E40E3EC
1 changed files with
1 additions and
5 deletions
-
ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs
|
|
@ -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 |
|
|
|
[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); |
|
|
|
} |
|
|
|
|
|
|
|