Skip to content

Commit

Permalink
remove unused import in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSchuetz97 committed Oct 12, 2024
1 parent a78aaad commit 06e6707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/throw_new_za4.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#[cfg(feature = "loadjvm")]
#[cfg(feature = "asserts")]
pub mod test {
use std::panic;
use jni_simple::*;
use std::ptr::{null, null_mut};
use std::panic;
use std::ptr::null_mut;

#[test]
fn test() {
Expand Down

0 comments on commit 06e6707

Please sign in to comment.