diff --git a/Catch-for-Objective-C.md b/Catch-for-Objective-C.md index 14e9963..c3f4126 100644 --- a/Catch-for-Objective-C.md +++ b/Catch-for-Objective-C.md @@ -31,6 +31,7 @@ Here's a list of core features of Catch that, collectively, make Catch stand out * Catch can test itself. * Alternative assertion macro(s) report failures but don't abort the test case * Internal and friendly macros are isolated so name clashes can be managed +* seamlessly test Objective-C, C, C++ and Objective-C++ code using idioms appropriate to the language under test. ## So is it C++ or Objective-C?