Skip to content

Commit 2941655

Browse files
committed
pe.tests: add missing test annotation on test which 2024 edition caught
1 parent b83da6f commit 2941655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pe/header.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,6 +1778,7 @@ mod tests {
17781778
}
17791779
}
17801780

1781+
#[test]
17811782
fn parse_with_omitted_dos_stub() {
17821783
let header = Header::parse(&HEADER_WITH_OMITTED_DOS_STUB).unwrap();
17831784

0 commit comments

Comments
 (0)