Skip to content

Commit

Permalink
chore: fix function name (#3803)
Browse files Browse the repository at this point in the history
Signed-off-by: linchizhen <jiayanbing@yeah.net>
  • Loading branch information
linchizhen authored Aug 31, 2024
1 parent a164b89 commit 0ebca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/dap/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@ func TestGlobalScopeAndVariables(t *testing.T) {
})
}

// TestRegisterScopeAndVariables launches the program with showRegisters
// TestRegistersScopeAndVariables launches the program with showRegisters
// arg set, executes to a breakpoint in the main package and tests that the registers
// got loaded. It then steps into a function in another package and tests that
// the registers were updated by checking PC.
Expand Down

0 comments on commit 0ebca87

Please sign in to comment.