removed spurious }

This commit is contained in:
Phil Nash 2014-12-12 08:33:10 +00:00
parent 82754c1766
commit 30888f59bf
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ namespace Catch {
return convertMyTypeToString( value );
}
}
}
```
Again ```T``` is your type and ```convertMyTypeToString``` is where you'll write whatever code is necessary to make your type printable. Note that the function must be in the Catch namespace, which itself must be in the global namespace.