Skip to content

Commit a9ef8b4

Browse files
committed
Fixes CI.
1 parent 1daed1a commit a9ef8b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/RxDataSourcesTests/RxCollectionViewSectionedDataSource+Test.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// Copyright © 2017 kzaher. All rights reserved.
77
//
88

9+
#if os(iOS)
10+
911
import Foundation
1012
import RxDataSources
1113
import XCTest
@@ -112,3 +114,4 @@ extension RxCollectionViewSectionedDataSourceTest {
112114
}
113115
}
114116

117+
#endif

0 commit comments

Comments
 (0)