Skip to content

Commit 482eb9d

Browse files
committed
Add missing text_format_test
1 parent f875833 commit 482eb9d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/test/lib.rs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
extern crate protobuf;
44

55
mod shrug;
6-
mod test_root;
7-
mod text_format_test_data;
8-
mod test_nonunique_enum;
96
mod test_ident;
10-
mod test_lite_runtime;
11-
mod test_sanitize_file_name;
127
mod test_import;
138
mod test_import_imported;
9+
mod test_lite_runtime;
10+
mod test_nonunique_enum;
11+
mod test_root;
12+
mod test_sanitize_file_name;
13+
mod text_format_test;
14+
mod text_format_test_data;
1415

1516
mod test;

src/test/text_format_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::default::Default;
22

33
use text_format_test_data::*;
44

5-
use super::print_to_string;
5+
use protobuf::text_format::print_to_string;
66

77
fn t(expected: &str, setter: |&mut TestTypes|) {
88
let mut m = TestTypes::new();

0 commit comments

Comments
 (0)