aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-01-10 22:17:49 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-01-10 22:17:49 +0000
commitb0ed986e648153c7b8dac4a228f7174ca49a6af3 (patch)
tree04eb2002ee567cadef94f587202880a8d7fdf2c9 /test
parent3731a41acbab938f03708f05b1bff7c34b4d3484 (diff)
Declare +new instead of -new in test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 {