Fix failing travis build

This commit is contained in:
John Gallagher
2014-11-04 12:26:08 -05:00
parent 6fffd88202
commit 66d5502308
2 changed files with 0 additions and 9 deletions

View File

@@ -670,9 +670,6 @@ mod test {
assert!(SqliteConnection::open_with_flags(
"file::memory:", SQLITE_OPEN_READ_ONLY|SQLITE_OPEN_URI).is_ok());
assert!(SqliteConnection::open_with_flags(
"/invalid", SQLITE_OPEN_READ_ONLY|SQLITE_OPEN_MEMORY).is_ok());
}
#[test]