Skip to content

Commit 9e62ba1

Browse files
committed
parse-zoneinfo: move tests into crate
1 parent 397f460 commit 9e62ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transition_tests.rs renamed to parse-zoneinfo/tests/transition_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ Zone Asia/Dushanbe 4:35:12 - LMT 1924 May 2
807807
"#;
808808

809809
let mut table = TableBuilder::new();
810-
let parser = LineParser::new();
810+
let parser = LineParser::default();
811811
for line in ZONEINFO.lines() {
812812
let line = parser.parse_str(line).unwrap();
813813
match line {

0 commit comments

Comments
 (0)