Skip to content

Commit 92d9009

Browse files
committed
fix test
1 parent 4b603ed commit 92d9009

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rust/ruby-rbs-sys/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ mod tests {
2121
static INIT: Once = Once::new();
2222

2323
fn setup() {
24-
INIT.call_once(|| unsafe {
25-
rbs_constant_pool_init(RBS_GLOBAL_CONSTANT_POOL, 26);
26-
});
2724
}
2825

2926
#[test]

0 commit comments

Comments
 (0)