Fixed another issue with wrong case in #import.

llvm-svn: 252354
This commit is contained in:
Sean Callanan 2015-11-06 22:43:55 +00:00
parent c0a55539e0
commit 3b0dfe5a89
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#import <Foundation/Foundation.h>
#import "MyClass.h"
#import "myclass.h"
int main() {
id object = [MyClass new];