mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-02 18:58:15 +00:00
Declare +new instead of -new in test.
llvm-svn: 172126
This commit is contained in:
parent
acd9ab67dc
commit
54c3907484
@ -19,7 +19,7 @@ namespace test0 {
|
||||
|
||||
// rdar://12605907
|
||||
@interface NSException
|
||||
- new;
|
||||
+ new;
|
||||
@end
|
||||
namespace test1 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user