Skip to content

Commit 6828ba5

Browse files
committed
Revert "Don't try using XCTAssertNoThrow in Xcode 8.1 or 8.2"
This reverts commit a3cf183. Thomas provided a better fix for this already.
1 parent 26eefc9 commit 6828ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftProtobufTests/Test_BinaryDelimited.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SwiftProtobuf
1515
class Test_BinaryDelimited: XCTestCase {
1616

1717
func testEverything() {
18-
#if swift(>=3.1)
18+
#if swift(>=3.1) || os(OSX) || os(iOS)
1919
// Don't need to test encode/decode since there are plenty of tests specific to that,
2020
// just test the delimited behaviors.
2121

0 commit comments

Comments
 (0)