aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenObjCXX/exceptions.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/exceptions.mm b/test/CodeGenObjCXX/exceptions.mm
index b3f73b1f9d..ef26d10972 100644
--- a/test/CodeGenObjCXX/exceptions.mm
+++ b/test/CodeGenObjCXX/exceptions.mm
@@ -19,7 +19,7 @@ namespace test0 {
// rdar://12605907
@interface NSException
- - new;
+ + new;
@end
namespace test1 {