From f8a0c15e902cc6555610a32a6dbf36f4ff2c2682 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Fri, 7 Oct 2016 10:10:55 -0700 Subject: [PATCH] test: re-enable live2 test on amd64 Not sure why it was ever disabled (early SSA work?) but it passes now. Change-Id: I76439cacdbd286ce077f7e08c4d0663396a0cd8f Reviewed-on: https://go-review.googlesource.com/30672 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- test/live2.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/live2.go b/test/live2.go index a5bbfa5973..4ae60cdf3a 100644 --- a/test/live2.go +++ b/test/live2.go @@ -1,4 +1,3 @@ -// +build !amd64 // errorcheck -0 -live -wb=0 // Copyright 2014 The Go Authors. All rights reserved. -- 2.48.1