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 /libgo | |
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
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/go/runtime/export_arm_test.go | 9 |
1 files changed, 0 insertions, 9 deletions
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 |