Skip to content

Commit 45aa13b

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

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
@@ -275,7 +275,7 @@ fn check_maps_entry_parsing_32bit() {
275275
offset: 0x00000000,
276276
dev: (0x08, 0x01),
277277
inode: 0x60662705,
278-
pathname: "/executable/path/with multiple-continues spaces ".into(),
278+
pathname: "/executable/path/with multiple-continuous spaces ".into(),
279279
}
280280
);
281281
assert_eq!(

0 commit comments

Comments
 (0)