aboutsummaryrefslogtreecommitdiff
path: root/test/live2.go
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2016-10-07 10:10:55 -0700
committerKeith Randall <khr@golang.org>2016-10-07 17:34:02 +0000
commitf8a0c15e902cc6555610a32a6dbf36f4ff2c2682 (patch)
treeb1da74078857fb1e480aa4a9b4de25811be424af /test/live2.go
parent93d5f43a29dea00a5dffd1fa8faed911a31b55fb (diff)
downloadgo-f8a0c15e902cc6555610a32a6dbf36f4ff2c2682.tar.gz
go-f8a0c15e902cc6555610a32a6dbf36f4ff2c2682.zip
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 <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'test/live2.go')
-rw-r--r--test/live2.go1
1 files changed, 0 insertions, 1 deletions
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.