aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/export_windows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/filepath/export_windows_test.go')
-rw-r--r--src/path/filepath/export_windows_test.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/path/filepath/export_windows_test.go b/src/path/filepath/export_windows_test.go
index 8ca007f70a..a7e2e6422b 100644
--- a/src/path/filepath/export_windows_test.go
+++ b/src/path/filepath/export_windows_test.go
@@ -4,4 +4,7 @@
package filepath
-var ToNorm = toNorm
+var (
+ ToNorm = toNorm
+ NormBase = normBase
+)