Skip to content

Commit

Permalink
Update src/symbolize/gimli/parse_running_mmaps_unix.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
  • Loading branch information
MasonRemaley and workingjubilee authored Jul 30, 2023
1 parent edad5f0 commit 45aa13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbolize/gimli/parse_running_mmaps_unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ fn check_maps_entry_parsing_32bit() {
offset: 0x00000000,
dev: (0x08, 0x01),
inode: 0x60662705,
pathname: "/executable/path/with multiple-continues spaces ".into(),
pathname: "/executable/path/with multiple-continuous spaces ".into(),
}
);
assert_eq!(
Expand Down

0 comments on commit 45aa13b

Please sign in to comment.