]> Cypherpunks repositories - gostls13.git/commitdiff
test: re-enable live2 test on amd64
authorKeith Randall <khr@golang.org>
Fri, 7 Oct 2016 17:10:55 +0000 (10:10 -0700)
committerKeith Randall <khr@golang.org>
Fri, 7 Oct 2016 17:34:02 +0000 (17:34 +0000)
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 <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

test/live2.go

index a5bbfa597380392e2c6e41f3e1efd6f1bfedd625..4ae60cdf3ad9caf5332c048b56e2b41b4cbfaf73 100644 (file)
@@ -1,4 +1,3 @@
-// +build !amd64
 // errorcheck -0 -live -wb=0
 
 // Copyright 2014 The Go Authors. All rights reserved.