mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-25 23:06:04 +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());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn release_memory() -> Result<()> {
|
||||
let db = Connection::open_in_memory()?;
|
||||
db.release_memory()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user