diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-27 16:34:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-27 16:34:50 +0000 |
commit | dc65168eb679689ce37e1ab083a7efc3a0693a19 (patch) | |
tree | f9b89b91a4fcb2a7fb1ccafcecfd084673e4f9b1 | |
parent | f1410e7e2e98fa3ed4112bf91c90ee6ff7476e7d (diff) | |
download | gcc-dc65168eb679689ce37e1ab083a7efc3a0693a19.zip gcc-dc65168eb679689ce37e1ab083a7efc3a0693a19.tar.gz gcc-dc65168eb679689ce37e1ab083a7efc3a0693a19.tar.bz2 |
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
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 | ||||
-rw-r--r-- | libgo/go/runtime/export_arm_test.go | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 056653a..3dd5fb2 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 b8a89fc..0000000 --- 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 |