diff options
Diffstat (limited to 'lldb/test/lang/objc/foundation/TestObjCMethods.py')
-rw-r--r-- | lldb/test/lang/objc/foundation/TestObjCMethods.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/objc/foundation/TestObjCMethods.py b/lldb/test/lang/objc/foundation/TestObjCMethods.py index a9ae40865c4..44aefdcf838 100644 --- a/lldb/test/lang/objc/foundation/TestObjCMethods.py +++ b/lldb/test/lang/objc/foundation/TestObjCMethods.py @@ -189,11 +189,11 @@ class FoundationTestCase(TestBase): self.expect("image lookup -t NSString", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ['name = "NSString"', - 'clang_type = "@interface NSString']) + 'compiler_type = "@interface NSString']) self.expect("image lookup -t MyString", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ['name = "MyString"', - 'clang_type = "@interface MyString', + 'compiler_type = "@interface MyString', 'NSString * str;', 'NSDate * date;']) |