cmd/objdump: fix and re-enable arm test

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>
This commit is contained in:
Alberto Donizetti 2017-10-02 11:48:51 +02:00 committed by Cherry Zhang
parent cb3dc8ba79
commit 60aa2cabbf
1 changed files with 1 additions and 1 deletions

View 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",
}