Commit dc65168e by Ian Lance Taylor

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
parent f1410e7e
5a9ff61d72c95a50cbbfb0e1bf57646197910363
416baf55e4890acab244470f6457372987a17a68
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
// 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment