Browse Source

Update ILSpy-tests submodule for updated ICSharpCode.Decompiler.dll.

pull/863/head
Daniel Grunwald 8 years ago
parent
commit
0df2c91d79
  1. 6
      ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs
  2. 2
      ILSpy-tests

6
ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

@ -67,9 +67,9 @@ namespace ICSharpCode.Decompiler.Tests @@ -67,9 +67,9 @@ namespace ICSharpCode.Decompiler.Tests
public void ICSharpCode_Decompiler()
{
try {
RunWithTest("ICSharpCode.Decompiler", "ICSharpCode.Decompiler.dll", "ICSharpCode.Decompiler.Tests.dll");
} catch (TestRunFailedException) {
Assert.Ignore("Ignored because there's some problem...");
RunWithTest("ICSharpCode.Decompiler", "ICSharpCode.Decompiler.dll", "ICSharpCode.Decompiler.Tests.exe");
} catch (CompilationFailedException) {
Assert.Ignore("C# 7 tuples not yet supported.");
}
}

2
ILSpy-tests

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit e6db8acb4cd6e60607fe73355e1f566f0b08f637
Subproject commit 34e09fda5a0f7bba5f127d1f3ed11075e8a541cd
Loading…
Cancel
Save