Skip to content

Commit

Permalink
test: add xls with oom allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
sftse committed Aug 30, 2024
1 parent 0b5d636 commit 6a9479a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1796,4 +1796,5 @@ fn test_high_byte_strings_and_unicode_strings_without_reserved_tags() {
#[test]
fn test_oom_allocation() {
let _xls: Xls<_> = wb("OOM_alloc.xls");
let _xls: Xls<_> = wb("OOM_alloc2.xls");
}

0 comments on commit 6a9479a

Please sign in to comment.