chore: fix function name (#3803)
Signed-off-by: linchizhen <jiayanbing@yeah.net>
This commit is contained in:
parent
a164b89df1
commit
0ebca87b6d
@ -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
|
// 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
|
// got loaded. It then steps into a function in another package and tests that
|
||||||
// the registers were updated by checking PC.
|
// the registers were updated by checking PC.
|
||||||
|
Loading…
Reference in New Issue
Block a user