From: Keith Randall Date: Fri, 7 Oct 2016 17:10:55 +0000 (-0700) Subject: test: re-enable live2 test on amd64 X-Git-Tag: go1.8beta1~979 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f8a0c15e902cc6555610a32a6dbf36f4ff2c2682;p=gostls13.git 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 --- 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.