mirror of
https://github.com/isar/rusqlite.git
synced 2026-03-29 09:39:11 +08:00
Fix array module
This commit is contained in:
@@ -170,7 +170,6 @@ mod test {
|
||||
use Connection;
|
||||
|
||||
#[test]
|
||||
#[ignore] // cargo test --lib --features "array" -- --ignored
|
||||
fn test_array_module() {
|
||||
let db = Connection::open_in_memory().unwrap();
|
||||
array::load_module(&db).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user