aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug385_32.go
diff options
context:
space:
mode:
authorRémy Oudompheng <oudomphe@phare.normalesup.org>2014-03-20 07:28:24 +0100
committerRémy Oudompheng <oudomphe@phare.normalesup.org>2014-03-20 07:28:24 +0100
commitb4e41b4680423b14d9558c9950dc22f78524d9f4 (patch)
tree677e87fb09056372d38f0a121d86f640b6206ba3 /test/fixedbugs/bug385_32.go
parenta2770af447a470cf34841f09d0a5bf23a9b5ea9e (diff)
downloadgo-b4e41b4680423b14d9558c9950dc22f78524d9f4.tar.xz
test: enable bug385_32 test on amd64p32.
LGTM=dave R=dave, rsc CC=golang-codereviews https://golang.org/cl/78110043
Diffstat (limited to 'test/fixedbugs/bug385_32.go')
-rw-r--r--test/fixedbugs/bug385_32.go2
1 files changed, 1 insertions, 1 deletions
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.