Skip to content

Commit

Permalink
cmd/objdump: disable test failing on arm5
Browse files Browse the repository at this point in the history
TBR=adg
CC=golang-codereviews
https://golang.org/cl/167890043
  • Loading branch information
rsc committed Oct 30, 2014
1 parent a5a0733 commit ca230d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/objdump/objdump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var x86Need = []string{
var armNeed = []string{
"fmthello.go:6",
"TEXT main.main(SB)",
"B.LS main.main(SB)",
//"B.LS main.main(SB)", // TODO(rsc): restore; golang.org/issue/9021
"BL fmt.Println(SB)",
"RET",
}
Expand Down

0 comments on commit ca230d2

Please sign in to comment.