]> Cypherpunks repositories - gostls13.git/commitdiff
test: remove amd64 build tag from test
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 23 Nov 2016 16:41:15 +0000 (16:41 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 23 Nov 2016 22:01:32 +0000 (22:01 +0000)
It was supposed to be testing SSA, not amd64.

For #18024

Change-Id: Ibe65d7eb6bed9bc4b3eda68e1eaec5fa39fe8f76
Reviewed-on: https://go-review.googlesource.com/33491
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>

test/fixedbugs/issue8613.go

index c0ad131d8a262559ffd9105adc48ce8c40d57beb..ffa75a48a09f08ca0bd85cbb6fe634767218a3bd 100644 (file)
@@ -1,4 +1,3 @@
-// +build amd64
 // run
 
 // Copyright 2016 The Go Authors. All rights reserved.