aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/os/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/os/path_test.go')
-rw-r--r--libgo/go/os/path_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/path_test.go b/libgo/go/os/path_test.go
index f0da186..89d66c2 100644
--- a/libgo/go/os/path_test.go
+++ b/libgo/go/os/path_test.go
@@ -7,9 +7,9 @@ package os_test
import (
. "os"
"path/filepath"
- "testing"
"runtime"
"syscall"
+ "testing"
)
func TestMkdirAll(t *testing.T) {