]> Cypherpunks repositories - gostls13.git/commit
time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData
authorDmitri Shuralyov <shurcooL@gmail.com>
Tue, 21 Nov 2017 20:53:47 +0000 (15:53 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Nov 2017 21:13:15 +0000 (21:13 +0000)
commit597213c87c70166e86753350b203622326728138
tree91c47f70bcfd260e0b54afa7efa740df128e731f
parent49322ca9ede175cbd62de601ddc1170edcaae1a7
time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData

Tzinfo was replaced with TZData during the review of CL 68890, but this
instance was forgotten. Update it for consistency.

Follows CL 68890.
Updates #20629.

Change-Id: Id6d3c4f5f7572b01065f2db556db605452d1b570
Reviewed-on: https://go-review.googlesource.com/79176
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/time/zoneinfo_test.go