From b4e41b4680423b14d9558c9950dc22f78524d9f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9my=20Oudompheng?= Date: Thu, 20 Mar 2014 07:28:24 +0100 Subject: [PATCH] test: enable bug385_32 test on amd64p32. LGTM=dave R=dave, rsc CC=golang-codereviews https://golang.org/cl/78110043 --- test/fixedbugs/bug385_32.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/bug385_32.go b/test/fixedbugs/bug385_32.go index 4c3cad7798..daf2a083c5 100644 --- a/test/fixedbugs/bug385_32.go +++ b/test/fixedbugs/bug385_32.go @@ -1,4 +1,4 @@ -// +build 386 arm +// +build 386 amd64p32 arm // errorcheck // Copyright 2011 The Go Authors. All rights reserved. -- 2.51.0