forked from OSchip/llvm-project
Fixed another issue with wrong case in #import.
llvm-svn: 252354
This commit is contained in:
parent
c0a55539e0
commit
3b0dfe5a89
|
@ -1,5 +1,5 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import "MyClass.h"
|
||||
#import "myclass.h"
|
||||
|
||||
int main() {
|
||||
id object = [MyClass new];
|
||||
|
|
Loading…
Reference in New Issue