Skip to content

Commit be3c6a5

Browse files
committed
Recharacterize remaining switch tests: remove blank lines before default cases
1 parent baf0364 commit be3c6a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/CSharp/StatementTests/MethodStatementTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,6 @@ internal partial class Issue579SelectCaseWithCaseInsensitiveTextCompare
13391339
return true;
13401340
case var case1 when CultureInfo.CurrentCulture.CompareInfo.Compare(case1, astr_Temp ?? """", CompareOptions.IgnoreCase | CompareOptions.IgnoreKanaType | CompareOptions.IgnoreWidth) == 0:
13411341
return false;
1342-
13431342
default:
13441343
return default;
13451344
}
@@ -1374,7 +1373,6 @@ internal partial class Issue707SelectCaseAsyncClass
13741373
case var @case when @case == """":
13751374
case var case1 when case1 == """":
13761375
return false;
1377-
13781376
default:
13791377
return true;
13801378
}
@@ -1543,7 +1541,6 @@ private object Test3(DataRow CurRow)
15431541
{
15441542
case var @case when @case == typeof(string):
15451543
return false;
1546-
15471544
default:
15481545
return true;
15491546
}

0 commit comments

Comments
 (0)