diff options
author | Aleksey Kladov <[email protected]> | 2020-05-09 13:48:43 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-05-09 13:48:43 +0100 |
commit | 5c04d8544c647e1f9bbf3c5a2f1e86409d4080f5 (patch) | |
tree | fd0c84925abfcfcd853e62b81ea8ab5c9fca8818 /crates/test_utils/src | |
parent | 231fddab5420ffe5edf7b93609ea21155653254a (diff) |
unindent -> dedent
Diffstat (limited to 'crates/test_utils/src')
-rw-r--r-- | crates/test_utils/src/lib.rs | 2 |
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] |
273 | fn parse_fixture_can_handle_unindented_first_line() { | 273 | fn 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 |