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 26eefc9 commit 6828ba5Copy full SHA for 6828ba5
Tests/SwiftProtobufTests/Test_BinaryDelimited.swift
@@ -15,7 +15,7 @@ import SwiftProtobuf
15
class Test_BinaryDelimited: XCTestCase {
16
17
func testEverything() {
18
-#if swift(>=3.1)
+#if swift(>=3.1) || os(OSX) || os(iOS)
19
// Don't need to test encode/decode since there are plenty of tests specific to that,
20
// just test the delimited behaviors.
21
0 commit comments