Update syntax to swift 3

This commit is contained in:
Zhigang Fang
2017-03-17 11:58:13 +08:00
parent b3991fd1e9
commit c4c54135bb
16 changed files with 106 additions and 105 deletions

View File

@@ -28,7 +28,7 @@ class MarkdownTextViewTests: XCTestCase {
func testPerformanceExample() {
// This is an example of a performance test case.
self.measureBlock() {
self.measure() {
// Put the code you want to measure the time of here.
}
}