Skip to content

Commit e9d93b5

Browse files
committed
Missing import
1 parent 1bdd7f3 commit e9d93b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Tests/SQLiteTests/QueryTests.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
import XCTest
2+
#if SQLITE_SWIFT_STANDALONE
3+
import sqlite3
4+
#elseif SQLITE_SWIFT_SQLCIPHER
5+
import SQLCipher
6+
#elseif os(Linux)
7+
import CSQLite
8+
#else
9+
import SQLite3
10+
#endif
211
@testable import SQLite
312

413
class QueryTests : XCTestCase {

0 commit comments

Comments
 (0)