Skip to content

Commit

Permalink
test: skip issue22200b.go on mipsle
Browse files Browse the repository at this point in the history
It should be skipped on 32-bit architectures.

Change-Id: If7a64b9e90e47c3e8734dd62729bfd2944ae926c
Reviewed-on: https://go-review.googlesource.com/70071
Reviewed-by: Ian Lance Taylor <[email protected]>
Reviewed-by: Keith Randall <[email protected]>
Run-TryBot: Ian Lance Taylor <[email protected]>
  • Loading branch information
cherrymui committed Oct 11, 2017
1 parent d19ced0 commit 7057694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixedbugs/issue22200b.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build !386,!amd64p32,!arm,!mips
// +build !386,!amd64p32,!arm,!mips,!mipsle

package p

Expand Down

0 comments on commit 7057694

Please sign in to comment.