[Lldb-commits] [lldb] d8fb631 - Relax testcase. The Clang module debug info may return additional
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 24 15:50:33 PDT 2020
Author: Adrian Prantl
Date: 2020-04-24T15:50:26-07:00
New Revision: d8fb631d13d7b23780063a9c6000ae8208f84f8c
URL: https://github.com/llvm/llvm-project/commit/d8fb631d13d7b23780063a9c6000ae8208f84f8c
DIFF: https://github.com/llvm/llvm-project/commit/d8fb631d13d7b23780063a9c6000ae8208f84f8c.diff
LOG: Relax testcase. The Clang module debug info may return additional
attributes such as __unsafe_unretained that is not present in DWARF.
Added:
Modified:
lldb/test/API/lang/objc/foundation/TestObjCMethods.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/objc/foundation/TestObjCMethods.py b/lldb/test/API/lang/objc/foundation/TestObjCMethods.py
index 7d4990c4f38f..675c130d7bd3 100644
--- a/lldb/test/API/lang/objc/foundation/TestObjCMethods.py
+++ b/lldb/test/API/lang/objc/foundation/TestObjCMethods.py
@@ -184,7 +184,7 @@ def test_data_type_and_expr(self):
# isa should be accessible.
self.expect("expression self->isa", VARIABLES_DISPLAYED_CORRECTLY,
- substrs=["(Class)"])
+ substrs=["Class)"])
# This should fail expectedly.
self.expect(
More information about the lldb-commits
mailing list