You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Sanity-check that the generated Swift Interface contains Swift code
82
-
XCTAssertTrue(fileContents.hasPrefix("import "))
82
+
XCTAssert(fileContents.hasPrefix("import "),"Expected that the foundation swift interface starts with 'import ' but got '\(fileContents.prefix(100))'")
0 commit comments