Update swift test project for swift 3 and xcode 8

This commit is contained in:
Joshua Hudson
2016-09-13 11:02:55 -07:00
parent 81c8672414
commit edc099d6be
8 changed files with 51 additions and 48 deletions
@@ -28,7 +28,7 @@ class SwiftExampleTests: 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.
}
}