Fixes test compilation on Linux.
This commit is contained in:
parent
a7d96765d6
commit
ff452009cd
File diff suppressed because it is too large
Load Diff
|
|
@ -30,7 +30,7 @@ class RxTest
|
|||
: XCTestCase {
|
||||
|
||||
#if os(Linux)
|
||||
var allTests : [(String, () -> Void)] = []
|
||||
var allTests : [(String, () throws -> Void)] = []
|
||||
#endif
|
||||
|
||||
private var startResourceCount: Int32 = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue