Fixed Objective-C mode
This commit is contained in:
parent
8d03cb4915
commit
2d37649377
5 changed files with 36 additions and 37 deletions
|
@ -32,7 +32,7 @@ int main (int argc, char * const argv[]) {
|
|||
#endif
|
||||
|
||||
Catch::registerTestMethods();
|
||||
int result = Catch::Session().run( argc, (char* const*)argv );
|
||||
int result = Catch::Session().run( argc, (char**)argv );
|
||||
|
||||
#if !CATCH_ARC_ENABLED
|
||||
[pool drain];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue