mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 02:47:56 +00:00
Some toString cleanups
This commit is contained in:
parent
32186db1b0
commit
b0545d1f12
5 changed files with 8 additions and 10 deletions
|
@ -35,7 +35,7 @@ namespace Catch {
|
|||
throw;
|
||||
}
|
||||
@catch (NSException *exception) {
|
||||
return toString( [exception description] );
|
||||
return Catch::toString( [exception description] );
|
||||
}
|
||||
#else
|
||||
throw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue