]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/objdump: fix and re-enable arm test
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 2 Oct 2017 09:48:51 +0000 (11:48 +0200)
committerCherry Zhang <cherryyz@google.com>
Mon, 2 Oct 2017 16:11:26 +0000 (16:11 +0000)
Fixes #9021

Change-Id: Id4465857c765342aa8c4b5bc2fdc06754a290025
Reviewed-on: https://go-review.googlesource.com/67530
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/objdump/objdump_test.go

index 491357c96205fbe04b358aa143abec7edd1fd42d..100e9fcb5fcb5f483157e935fa2332de7484bf94 100644 (file)
@@ -63,7 +63,7 @@ var x86Need = []string{
 }
 
 var armNeed = []string{
-       //"B.LS main.main(SB)", // TODO(rsc): restore; golang.org/issue/9021
+       "B main.main(SB)",
        "BL main.Println(SB)",
        "RET",
 }