Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Nov 21, 2022
1 parent 5f61625 commit 47694fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ End Class

#region No Diagnostic
[Fact, WorkItem(6141, "https://github.com/dotnet/roslyn-analyzers/issues/6141")]
public Task TopLevelStatementsProgram(string accessModifier)
public Task TopLevelStatementsProgram()
{
await new VerifyCS.Test()
return new VerifyCS.Test()
{
TestState =
{
Expand Down

0 comments on commit 47694fc

Please sign in to comment.