Skip to content

Instantly share code, notes, and snippets.

@tilltue
Created June 20, 2018 14:27
Show Gist options
  • Save tilltue/ca56f4802b9d217057e4ef2b80cbddbb to your computer and use it in GitHub Desktop.
Save tilltue/ca56f4802b9d217057e4ef2b80cbddbb to your computer and use it in GitHub Desktop.
code coverage test
struct CoverageTest {
func test1() {
func test2() {
print("test2")
}
test2()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment