From c0800ecc296da5aff05561e79881832798e3bd5a Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Sat, 26 Jul 2025 16:21:44 -0400 Subject: [PATCH] Update test to match cacheflush behavior --- sqlite3/tests/compat/mod.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sqlite3/tests/compat/mod.rs b/sqlite3/tests/compat/mod.rs index 700fa6910..d3aa58001 100644 --- a/sqlite3/tests/compat/mod.rs +++ b/sqlite3/tests/compat/mod.rs @@ -207,6 +207,11 @@ mod tests { #[cfg(not(feature = "sqlite3"))] mod libsql_ext { +<<<<<<< HEAD +||||||| parent of 7f61fbb8 (Update test to match cacheflush behavior) +======= + use limbo_sqlite3::sqlite3_close_v2; +>>>>>>> 7f61fbb8 (Update test to match cacheflush behavior) use super::*;