From 18dbf033d8684d868de3fd8ae08171bc08069bc6 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 14 May 2025 14:15:23 +0300 Subject: [PATCH] sqlite3/tests: Enable all test cases --- sqlite3/tests/compat/mod.rs | 3 --- 1 file changed, 3 deletions(-) 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