summaryrefslogtreecommitdiff
path: root/src/pkg/time/zoneinfo_plan9.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/time/zoneinfo_plan9.go')
-rw-r--r--src/pkg/time/zoneinfo_plan9.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/time/zoneinfo_plan9.go b/src/pkg/time/zoneinfo_plan9.go
index 6855238dc..0e8f3811b 100644
--- a/src/pkg/time/zoneinfo_plan9.go
+++ b/src/pkg/time/zoneinfo_plan9.go
@@ -154,3 +154,7 @@ func loadLocation(name string) (*Location, error) {
}
return nil, errors.New("unknown time zone " + name)
}
+
+func forceZipFileForTesting(zipOnly bool) {
+ // We only use the zip file anyway.
+}