Browse Source

Remove obsolete tests

pull/3572/head
ds5678 3 months ago committed by Jeremy Pritts
parent
commit
d793781eea
  1. 6
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/Discards.cs
  2. 8
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/QualifierTests.cs

6
ICSharpCode.Decompiler.Tests/TestCases/Pretty/Discards.cs

@ -43,12 +43,6 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
GetOut(out var _); GetOut(out var _);
} }
public void DiscardedOutVsLambdaParameter()
{
GetOut(out var _);
MakeValue((@_ _) => 5);
}
public void ExplicitlyTypedDiscard() public void ExplicitlyTypedDiscard()
{ {
GetOutOverloaded(out string _); GetOutOverloaded(out string _);

8
ICSharpCode.Decompiler.Tests/TestCases/Pretty/QualifierTests.cs

@ -305,14 +305,6 @@ namespace ICSharpCode.Decompiler.Tests.Pretty
{ {
System.Array.Sort(Array); System.Array.Sort(Array);
} }
private void LocalConflictsWithTypeName()
{
for (int j = 0; j < 10; j++)
{
i.Test();
}
}
#if CS70 #if CS70
private void LocalConflictsWithLocalFunction() private void LocalConflictsWithLocalFunction()
{ {

Loading…
Cancel
Save