]> Cypherpunks repositories - gostls13.git/commitdiff
test: enable bug385_32 test on amd64p32.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 20 Mar 2014 06:28:24 +0000 (07:28 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 20 Mar 2014 06:28:24 +0000 (07:28 +0100)
LGTM=dave
R=dave, rsc
CC=golang-codereviews
https://golang.org/cl/78110043

test/fixedbugs/bug385_32.go

index 4c3cad7798e4c0e9c00a7a2968842159aa630ea8..daf2a083c5356ecb65ceda51670569e36dbac3ea 100644 (file)
@@ -1,4 +1,4 @@
-// +build 386 arm
+// +build 386 amd64p32 arm
 // errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.