sqlite3/tests: Enable all test cases

This commit is contained in:
Pekka Enberg
2025-05-14 14:15:23 +03:00
parent cf66dfcdaf
commit 18dbf033d8

View File

@@ -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