Fix TravisCI building error: no visible @interface for 'RCPageControlExampleTests' declares the selector 'measureBlock:'
This commit is contained in:
parent
8e701f6663
commit
ca7b4907de
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue