Skip to content

Instantly share code, notes, and snippets.

@froggomad
Last active May 29, 2021 09:50
Show Gist options
  • Save froggomad/85b7b12e18a15591161bb543db657137 to your computer and use it in GitHub Desktop.
Save froggomad/85b7b12e18a15591161bb543db657137 to your computer and use it in GitHub Desktop.
func testRetainCycle() {
let vc = ViewController()
vc.countIt()
XCTAssertEqual(vc.numberOfTimes, 1)
assertNoMemoryLeak(vc, file: #filePath, line: #line)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment