diff --git a/sqlite3/tests/compat/mod.rs b/sqlite3/tests/compat/mod.rs index bb8ede069..d4024c0b0 100644 --- a/sqlite3/tests/compat/mod.rs +++ b/sqlite3/tests/compat/mod.rs @@ -91,7 +91,6 @@ fn test_close() { } #[test] -#[ignore] fn test_prepare_misuse() { unsafe { let mut db = ptr::null_mut(); @@ -118,7 +117,6 @@ fn test_prepare_misuse() { } #[test] -#[ignore] fn test_wal_checkpoint() { unsafe { // Test with NULL db handle @@ -139,7 +137,6 @@ fn test_wal_checkpoint() { } #[test] -#[ignore] fn test_wal_checkpoint_v2() { unsafe { // Test with NULL db handle