@@ -3325,7 +3325,6 @@ func logStacktrace(t *testing.T, p *proc.Target, frames []proc.Stackframe) {
33253325 fmt .Fprintf (w , "%#x\t %#x\t %#x\t %#x\t %#x\t %s\t %s:%d\t %s\t %s\t \n " ,
33263326 frame .Call .PC , frame .FrameOffset (), frame .FramePointerOffset (), frame .Current .PC , frame .Ret ,
33273327 name , filepath .Base (frame .Call .File ), frame .Call .Line , topmostdefer , defers )
3328-
33293328 }
33303329 w .Flush ()
33313330}
@@ -5011,7 +5010,8 @@ func TestStepIntoWrapperForEmbeddedPointer(t *testing.T) {
50115010 {contStep , 22 },
50125011 {contNext , 23 },
50135012 {contNext , 23 },
5014- {contNext , 29 }})
5013+ {contNext , 29 },
5014+ })
50155015 } else {
50165016 testseq2 (t , "ifaceembcall" , "" , []seqTest {
50175017 {contContinue , 28 }, // main.main, the line calling iface.PtrReceiver()
@@ -5021,8 +5021,8 @@ func TestStepIntoWrapperForEmbeddedPointer(t *testing.T) {
50215021 {contContinueToBreakpoint , 29 }, // main.main, the line calling iface.NonPtrReceiver()
50225022 {contStep , 22 },
50235023 {contNext , 23 },
5024- {contNext , 29 }})
5025-
5024+ {contNext , 29 },
5025+ })
50265026 }
50275027}
50285028
@@ -5123,7 +5123,6 @@ func TestStepOutPreservesGoroutine(t *testing.T) {
51235123 } else {
51245124 pickg = candg [rand .Intn (len (candg ))]
51255125 t .Logf ("selected goroutine %d\n " , pickg .ID )
5126-
51275126 }
51285127 goid := pickg .ID
51295128 assertNoError (p .SwitchGoroutine (pickg ), t , "SwitchGoroutine" )
0 commit comments