Browse Source

bring back NewtonsoftJson_net40 test

pull/728/merge
Siegfried Pammer 9 years ago
parent
commit
ae6c42c960
  1. 2
      ICSharpCode.Decompiler/Tests/RoundtripAssembly.cs

2
ICSharpCode.Decompiler/Tests/RoundtripAssembly.cs

@ -41,7 +41,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -41,7 +41,7 @@ namespace ICSharpCode.Decompiler.Tests
RunWithTest("Mono.Cecil-net45", "Mono.Cecil.dll", "Mono.Cecil.Tests.dll");
}
[Test, Ignore("Needs compound assignment")]
[Test]
public void NewtonsoftJson_net40()
{
RunWithTest("Newtonsoft.Json-net40", "Newtonsoft.Json.dll", "Newtonsoft.Json.Tests.dll");

Loading…
Cancel
Save