Skip to content

Commit a3b880a

Browse files
committed
<rdar://problem/25034414> Enable unit tests for test methods that throw once the open source CI is on 7.3
1 parent 14197f6 commit a3b880a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

validation-test/stdlib/XCTest.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ XCTestTestSuite.test("XCTAsserts with throwing expressions") {
228228

229229
}
230230

231-
/* Disabling these tests for now: <rdar://problem/25034414> Enable unit tests for test methods that throw once the open source CI is on 7.3
232-
233231
XCTestTestSuite.test("Test methods that wind up throwing") {
234232
class ErrorTestCase: XCTestCase {
235233
var doThrow = true
@@ -276,7 +274,6 @@ XCTestTestSuite.test("Test methods that wind up throwing") {
276274
}
277275

278276
}
279-
*/
280277

281278
runAllTests()
282279

0 commit comments

Comments
 (0)