From: Tobias Klauser Date: Mon, 28 Feb 2022 13:34:11 +0000 (+0100) Subject: cmd/internal/obj/riscv/testdata/testbranch: add //go:build lines X-Git-Tag: go1.18~33^2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f04d5c118c2ccd058a3fb81586f92c8b29b373ae;p=gostls13.git cmd/internal/obj/riscv/testdata/testbranch: add //go:build lines Change-Id: I95ea33c0aad7d427da99c0ea7d0869f10ed5dd71 Reviewed-on: https://go-review.googlesource.com/c/go/+/388334 Trust: Tobias Klauser Run-TryBot: Tobias Klauser TryBot-Result: Gopher Robot Reviewed-by: Matt Layher Reviewed-by: Ian Lance Taylor --- diff --git a/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.go b/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.go index 68d9589bf2..843398d3b0 100644 --- a/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.go +++ b/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build riscv64 // +build riscv64 package testbranch diff --git a/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.s b/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.s index cce296feb5..d7141e38c1 100644 --- a/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.s +++ b/src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.s @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build riscv64 // +build riscv64 #include "textflag.h"