libgo: update to go1.9
[official-gcc.git] / libgo / go / os / export_windows_test.go
blobf36fadb58bc3fc6ec6b5a8d4620e4bab7295d050
1 // Copyright 2016 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package os
7 // Export for testing.
9 var (
10 FixLongPath = fixLongPath
11 NewConsoleFile = newConsoleFile
12 CommandLineToArgv = commandLineToArgv