Browse Source

Reenable test Cecil_net45

pull/1522/head
Siegfried Pammer 6 years ago
parent
commit
8869f6921b
  1. 1
      ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

1
ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

@ -39,7 +39,6 @@ namespace ICSharpCode.Decompiler.Tests @@ -39,7 +39,6 @@ namespace ICSharpCode.Decompiler.Tests
static readonly string nunit = Path.Combine(TestDir, "nunit", "nunit3-console.exe");
[Test]
[Ignore("Failing with VS 2019 on Windows for now")]
public void Cecil_net45()
{
RunWithTest("Mono.Cecil-net45", "Mono.Cecil.dll", "Mono.Cecil.Tests.dll");

Loading…
Cancel
Save