[Lldb-commits] [lldb] r252354 - Fixed another issue with wrong case in #import.

Sean Callanan via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 6 14:43:55 PST 2015


Author: spyffe
Date: Fri Nov  6 16:43:55 2015
New Revision: 252354

URL: http://llvm.org/viewvc/llvm-project?rev=252354&view=rev
Log:
Fixed another issue with wrong case in #import.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/repro.m

Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/repro.m
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/repro.m?rev=252354&r1=252353&r2=252354&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/repro.m (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/repro.m Fri Nov  6 16:43:55 2015
@@ -1,5 +1,5 @@
 #import <Foundation/Foundation.h>
-#import "MyClass.h"
+#import "myclass.h"
 
 int main() {
   id object = [MyClass new];




More information about the lldb-commits mailing list