aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2021-05-20 02:23:04 +1000
committerJoel Sing <joel@sing.id.au>2021-05-20 16:41:09 +0000
commitf8be906d7437f2528abc7cd1a57fe46aa9348b97 (patch)
treeaa2b5594c82f76311a49bcf4b8af47286be520fb /test
parentdef53605418c8134880ffa3700c6a4ba6c689234 (diff)
downloadgo-f8be906d7437f2528abc7cd1a57fe46aa9348b97.tar.gz
go-f8be906d7437f2528abc7cd1a57fe46aa9348b97.zip
test: re-enable test on riscv64 now that it supports external linking
Update #36739 Change-Id: I14ab2cd0e29966b9a2f992e8c3bcb415203e63e6 Reviewed-on: https://go-review.googlesource.com/c/go/+/321449 Trust: Joel Sing <joel@sing.id.au> Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'test')
-rw-r--r--test/fixedbugs/issue10607.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/fixedbugs/issue10607.go b/test/fixedbugs/issue10607.go
index 448a37dcac..8a04bc9def 100644
--- a/test/fixedbugs/issue10607.go
+++ b/test/fixedbugs/issue10607.go
@@ -1,4 +1,4 @@
-// +build linux,!ppc64,!riscv64,gc
+// +build linux,!ppc64,gc
// run
// Copyright 2015 The Go Authors. All rights reserved.
@@ -8,9 +8,6 @@
// Test that a -B option is passed through when using both internal
// and external linking mode.
-// TODO(jsing): Re-enable on riscv64 when it has support for external
-// linking - see golang.org/issue/36739
-
package main
import (