Fix TravisCI building error: no visible @interface for 'RCPageControlExampleTests' declares the selector 'measureBlock:'

This commit is contained in:
Looping 2014-09-22 16:09:45 +08:00
parent 8e701f6663
commit ca7b4907de
1 changed files with 2 additions and 0 deletions

View File

@ -30,11 +30,13 @@
XCTAssert(YES, @"Pass");
}
#ifdef __IPHONE_8_0
- (void)testPerformanceExample {
// This is an example of a performance test case.
[self measureBlock:^{
// Put the code you want to measure the time of here.
}];
}
#endif
@end