]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj/riscv/testdata/testbranch: add //go:build lines
authorTobias Klauser <tklauser@distanz.ch>
Mon, 28 Feb 2022 13:34:11 +0000 (14:34 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 28 Feb 2022 21:56:43 +0000 (21:56 +0000)
Change-Id: I95ea33c0aad7d427da99c0ea7d0869f10ed5dd71
Reviewed-on: https://go-review.googlesource.com/c/go/+/388334
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.go
src/cmd/internal/obj/riscv/testdata/testbranch/branch_test.s

index 68d9589bf26174d3da3f24d07f3ef5d5cb31533a..843398d3b0a65829953d8170c679c710f427a5d9 100644 (file)
@@ -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
index cce296feb5c16121955c881754c28cc8953f7cbd..d7141e38c1655f269aa873997e4837fb72f0ed94 100644 (file)
@@ -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"