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 b4535d4 commit 0e33716Copy full SHA for 0e33716
Tests/TextFileKitTests/TextFile CSV Tests.swift
@@ -1,7 +1,13 @@
1
+//
2
+// TextFile CSV Tests.swift
3
+// TextFileKit
4
5
// Created by Steffan Andrews on 2020-08-26.
6
// Copyright © 2020 Steffan Andrews. All rights reserved.
7
//
8
9
+#if !os(watchOS)
10
+
11
import XCTest
12
@testable import TextFileKit
13
@@ -128,3 +134,5 @@ extension CSV_Tests {
128
134
}
129
135
130
136
137
138
+#endif
Tests/TextFileKitTests/TextFile TSV Tests.swift
+// TextFile TSV Tests.swift
@@ -128,3 +134,5 @@ extension TSV_Tests {
0 commit comments