Browse Source

Disabled tests `LocalFunctions.NestedCapture2`

pull/1797/head
SilverFox 6 years ago
parent
commit
906efc3d94
  1. 2
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/LocalFunctions.cs

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

@ -514,6 +514,7 @@ namespace LocalFunctions @@ -514,6 +514,7 @@ namespace LocalFunctions
}
}
#if false
public int NestedCapture2()
{
return Method();
@ -545,5 +546,6 @@ namespace LocalFunctions @@ -545,5 +546,6 @@ namespace LocalFunctions
}
}
}
#endif
}
}

Loading…
Cancel
Save