We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d83a2 commit 83c0c98Copy full SHA for 83c0c98
Tests/SQLiteTests/Schema/SchemaDefinitionsTests.swift
@@ -32,7 +32,7 @@ class ColumnDefinitionTests: XCTestCase {
32
defaultValue: .numericLiteral("123.123"), references: nil))
33
]
34
35
- #if !os(Linux)
+ #if !(os(Linux) || os(Android))
36
override class var defaultTestSuite: XCTestSuite {
37
let suite = XCTestSuite(forTestCaseClass: ColumnDefinitionTests.self)
38
@@ -183,7 +183,7 @@ class IndexDefinitionTests: XCTestCase {
183
"CREATE INDEX IF NOT EXISTS \"index_tests\" ON \"tests\" (\"test_column\")")
184
185
186
187
188
let suite = XCTestSuite(forTestCaseClass: IndexDefinitionTests.self)
189
0 commit comments