From dc65168eb679689ce37e1ab083a7efc3a0693a19 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 Dec 2018 16:34:50 +0000 Subject: [PATCH] runtime: delete export_arm_test.go The only thing export_arm_test.go does is to export usplit, which does not exist in gccgo. Reviewed-on: https://go-review.googlesource.com/c/155760 From-SVN: r267435 --- gcc/go/gofrontend/MERGE | 2 +- libgo/go/runtime/export_arm_test.go | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 libgo/go/runtime/export_arm_test.go diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 056653a4d92..3dd5fb2154b 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -5a9ff61d72c95a50cbbfb0e1bf57646197910363 +416baf55e4890acab244470f6457372987a17a68 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/go/runtime/export_arm_test.go b/libgo/go/runtime/export_arm_test.go deleted file mode 100644 index b8a89fc0d22..00000000000 --- a/libgo/go/runtime/export_arm_test.go +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// Export guts for testing. - -package runtime - -var Usplit = usplit -- 2.30.2