From 70576947fdc74261577bfeeb0c5c03d2afffd4f0 Mon Sep 17 00:00:00 2001 From: Cherry Zhang Date: Wed, 11 Oct 2017 16:05:10 -0400 Subject: [PATCH] test: skip issue22200b.go on mipsle It should be skipped on 32-bit architectures. Change-Id: If7a64b9e90e47c3e8734dd62729bfd2944ae926c Reviewed-on: https://go-review.googlesource.com/70071 Reviewed-by: Ian Lance Taylor Reviewed-by: Keith Randall Run-TryBot: Ian Lance Taylor --- test/fixedbugs/issue22200b.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/issue22200b.go b/test/fixedbugs/issue22200b.go index ceaae753f3..8d4515eb05 100644 --- a/test/fixedbugs/issue22200b.go +++ b/test/fixedbugs/issue22200b.go @@ -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 -- 2.48.1