blob: 9ea01ec194f74e8c9da5ac632bdc0083c2db6940 [file] [log] [blame]
import XCTest
class MyXCTest : XCTestCase {
var allTests : [(String, () throws -> ())] {
return []
}
}
let x = MyXCTest()
print("HI")