From: Joel Sing Date: Wed, 19 May 2021 16:23:04 +0000 (+1000) Subject: test: re-enable test on riscv64 now that it supports external linking X-Git-Tag: go1.17beta1~127 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f8be906d7437f2528abc7cd1a57fe46aa9348b97;p=gostls13.git 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 Reviewed-by: Cherry Mui Run-TryBot: Cherry Mui TryBot-Result: Go Bot --- 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 (