Skip to content

Commit

Permalink
test: re-enable test on riscv64 now that it supports external linking
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
4a6f656c committed May 20, 2021
1 parent def5360 commit f8be906
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/fixedbugs/issue10607.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux,!ppc64,!riscv64,gc
// +build linux,!ppc64,gc
// run

// Copyright 2015 The Go Authors. All rights reserved.
Expand All @@ -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 (
Expand Down

0 comments on commit f8be906

Please sign in to comment.