Browse Source

Adjust test name

pull/2972/head
ElektroKill 3 years ago
parent
commit
8d7f8cb76b
No known key found for this signature in database
GPG Key ID: 7E3C5C084E40E3EC
  1. 2
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ReduceNesting.cs

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

@ -568,7 +568,7 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
} }
} }
private static string DuplicateReturnTest(IDictionary<int, string> dict) private static string ShouldNotDuplicateReturnStatementIntoTry(IDictionary<int, string> dict)
{ {
string value; string value;
lock (dict) lock (dict)

Loading…
Cancel
Save