Cannot debug single XCTest in 1.11.2
Closed this issue · 1 comments
ahoppen commented
Trying to debug just the testFoo
test in the following example executes no tests.
import XCTest
class MyTests: XCTestCase {
func testFoo() {
print("x")
}
}
This was working on 1.11.1. I assume this issue was caused by #1086.
matthewbastien commented
Verified with 0d3185f