mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
*: remove redundant lines at the start/end of block (#3730)
This commit is contained in:
@ -238,7 +238,6 @@ func TestMultipleSequences(t *testing.T) {
|
||||
if curline != testCase.line {
|
||||
t.Errorf("Wrong line returned for %#x: got %d expected %d", testCase.pc, curline, testCase.line)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Test that AllPCsBetween is correct for all three sequences
|
||||
|
||||
Reference in New Issue
Block a user