Try to fix Travis build.

This commit is contained in:
gwenn 2016-02-13 17:28:37 +01:00
parent 7a9697ca2c
commit d5e4fdfa52

View File

@ -128,7 +128,8 @@ mod test {
fn test_int_array_module() { fn test_int_array_module() {
let db = Connection::open_in_memory().unwrap(); let db = Connection::open_in_memory().unwrap();
db.execute_batch("CREATE TABLE t1 (x INT); db.execute_batch("CREATE TABLE t1 (x INT);
INSERT INTO t1 VALUES (1), (3); INSERT INTO t1 VALUES (1);
INSERT INTO t1 VALUES (3);
CREATE TABLE t2 (y INT); CREATE TABLE t2 (y INT);
INSERT INTO t2 VALUES (11); INSERT INTO t2 VALUES (11);
CREATE TABLE t3 (z INT); CREATE TABLE t3 (z INT);