From 3877ffd0c4b03f22bd96ab81958108dd7faaf809 Mon Sep 17 00:00:00 2001 From: philsquared Date: Tue, 21 Dec 2010 04:05:49 -0800 Subject: [PATCH] Updated What's the CATCH? (markdown) --- Catch-for-Objective-C.md | 1 + 1 file changed, 1 insertion(+) 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?