From c2bb52b8304a814b8e2b447953c3341ac31bbee8 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 23 Nov 2016 16:41:15 +0000 Subject: [PATCH] test: remove amd64 build tag from test 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 Run-TryBot: Brad Fitzpatrick --- test/fixedbugs/issue8613.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fixedbugs/issue8613.go b/test/fixedbugs/issue8613.go index c0ad131d8a..ffa75a48a0 100644 --- a/test/fixedbugs/issue8613.go +++ b/test/fixedbugs/issue8613.go @@ -1,4 +1,3 @@ -// +build amd64 // run // Copyright 2016 The Go Authors. All rights reserved. -- 2.50.0