You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ def test(self):
41
41
42
42
# Test call to method in base class (this should always work as the base
43
43
# class method is never an override).
44
-
self.expect("expr b->foo()")
44
+
self.expect("expr b->foo()", substrs=["2"])
45
45
46
46
# Test call to overridden method in derived class (this will fail if the
47
47
# overrides table is not correctly set up, as Derived::foo will be assigned
0 commit comments