Skip to content

Commit d5f240a

Browse files
committed
Add missing coredump_4_0_0 function
1 parent 4bd51b2 commit d5f240a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ pub fn coredump_complex_3_4_5() -> CoreDump {
7878
load_coredump("ruby-coredump-complex-3.4.5.gz").unwrap()
7979
}
8080

81+
pub fn coredump_4_0_0() -> CoreDump {
82+
load_coredump("ruby-coredump-4.0.0.gz").unwrap()
83+
}
84+
8185
/// Allows testing offline with a core dump of a Ruby process.
8286
pub struct CoreDump {
8387
raw_memory: Vec<u8>,

0 commit comments

Comments
 (0)