From 0ebca87b6d52159afedcff246b12e4f662a05d70 Mon Sep 17 00:00:00 2001 From: linchizhen Date: Sat, 31 Aug 2024 19:52:05 +0800 Subject: [PATCH] chore: fix function name (#3803) Signed-off-by: linchizhen --- service/dap/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/dap/server_test.go b/service/dap/server_test.go index dbdcce2d68..29edab22ed 100644 --- a/service/dap/server_test.go +++ b/service/dap/server_test.go @@ -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.