aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/test_utils/src/lib.rs')
-rw-r--r--crates/test_utils/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/test_utils/src/lib.rs b/crates/test_utils/src/lib.rs
index b13e13af2..b1e3c328f 100644
--- a/crates/test_utils/src/lib.rs
+++ b/crates/test_utils/src/lib.rs
@@ -270,7 +270,7 @@ fn parse_fixture_checks_further_indented_metadata() {
270} 270}
271 271
272#[test] 272#[test]
273fn parse_fixture_can_handle_unindented_first_line() { 273fn parse_fixture_can_handle_dedented_first_line() {
274 let fixture = "//- /lib.rs 274 let fixture = "//- /lib.rs
275 mod foo; 275 mod foo;
276 //- /foo.rs 276 //- /foo.rs