Fixed a problem where a test case referred to a

wrongly-capitalized header.

llvm-svn: 252351
This commit is contained in:
Sean Callanan 2015-11-06 22:05:47 +00:00
parent 65da7bc392
commit 8121b3f684
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"
@implementation MyClass
{