diff mbox series

libgo patch committed: Delete runtime/export_arm_test.go

Message ID CAOyqgcU4XJKGvmKGwUyDvrSahQpfs7CUkbGRfQS53ym8AcYGHA@mail.gmail.com
State New
Headers show
Series libgo patch committed: Delete runtime/export_arm_test.go | expand

Commit Message

Ian Lance Taylor Dec. 27, 2018, 4:35 p.m. UTC
This patch by Cherry Zhang deletes runtime/export_arm_test.go.  The
only thing export_arm_test.go does is to export usplit, which does not
exist in gccgo.  Bootstrapped and ran Go testsuite on
x86_64-pc-linux-gnu.  Committed to mainline.

Ian
diff mbox series

Patch

Index: gcc/go/gofrontend/MERGE
===================================================================
--- gcc/go/gofrontend/MERGE	(revision 267434)
+++ gcc/go/gofrontend/MERGE	(working copy)
@@ -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.
Index: libgo/go/runtime/export_arm_test.go
===================================================================
--- libgo/go/runtime/export_arm_test.go	(revision 267433)
+++ libgo/go/runtime/export_arm_test.go	(nonexistent)
@@ -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