Skip to content

Commit

Permalink
Remove unused unit test helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
NewellClark committed Jun 6, 2023
1 parent 62ecee9 commit e1fbcc7
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,6 @@ End Class
");
}

private static DiagnosticResult GetCSharpResultAt(int line, int column, string symbolName)
#pragma warning disable RS0030 // Do not use banned APIs
=> VerifyCS.Diagnostic()
.WithLocation(line, column)
#pragma warning restore RS0030 // Do not use banned APIs
.WithArguments(symbolName);

private static DiagnosticResult GetBasicResultAt(int line, int column, string symbolName)
#pragma warning disable RS0030 // Do not use banned APIs
=> VerifyVB.Diagnostic()
Expand Down

0 comments on commit e1fbcc7

Please sign in to comment.