Browse Source

Fix Unit tests

pull/892/merge
Siegfried Pammer 8 years ago
parent
commit
3a29a7e1b6
  1. 2
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/FixProxyCalls.cs

2
ICSharpCode.Decompiler.Tests/TestCases/Pretty/FixProxyCalls.cs

@ -88,7 +88,7 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty @@ -88,7 +88,7 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
protected internal override void Test(int a)
{
Action action = (Action)delegate() {
Action action = (Action)delegate {
base.Test(a);
};
if (a.Equals(1)) {

Loading…
Cancel
Save