aboutsummaryrefslogtreecommitdiff
path: root/src/path/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/path_test.go')
-rw-r--r--src/path/path_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path/path_test.go b/src/path/path_test.go
index 2a3635300e..a57286f6b8 100644
--- a/src/path/path_test.go
+++ b/src/path/path_test.go
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package path
+package path_test
import (
+ . "path"
"runtime"
"testing"
)