mirror of
https://github.com/isar/rusqlite.git
synced 2025-05-10 16:51:11 +08:00
Add release_memory test
This commit is contained in:
parent
9e09a8b9e8
commit
61410466cf
@ -2287,4 +2287,10 @@ mod test {
|
|||||||
assert!(db.is_interrupted());
|
assert!(db.is_interrupted());
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn release_memory() -> Result<()> {
|
||||||
|
let db = Connection::open_in_memory()?;
|
||||||
|
db.release_memory()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user