Fixed a problem where a test case referred to a
wrongly-capitalized header. llvm-svn: 252351
This commit is contained in:
parent
65da7bc392
commit
8121b3f684
|
|
@ -1,5 +1,5 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import "MyClass.h"
|
||||
#import "myclass.h"
|
||||
|
||||
@implementation MyClass
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue