Skip to content

Commit edad5f0

Browse files
Update src/symbolize/gimli/parse_running_mmaps_unix.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
1 parent aeb25db commit edad5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolize/gimli/parse_running_mmaps_unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ fn check_maps_entry_parsing_32bit() {
266266
);
267267
assert_eq!(
268268
"b7c79000-b7e02000 r--p 00000000 08:01 60662705 \
269-
/executable/path/with multiple-continues spaces "
269+
/executable/path/with multiple-continuous spaces "
270270
.parse::<MapsEntry>()
271271
.unwrap(),
272272
MapsEntry {

0 commit comments

Comments
 (0)