chore: fix function name (#3803)

Signed-off-by: linchizhen <jiayanbing@yeah.net>
This commit is contained in:
linchizhen 2024-08-31 19:52:05 +08:00 committed by GitHub
parent a164b89df1
commit 0ebca87b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.