diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py b/lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py index 079a9fd6bc4..faab8a7f612 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py @@ -22,10 +22,6 @@ class TestVarPath(TestBase): self.build() self.do_test() - def setUp(self): - # Call super's setUp(). - TestBase.setUp(self) - def verify_point(self, frame, var_name, var_typename, x_value, y_value): v = frame.GetValueForVariablePath(var_name) self.assertTrue(v.GetError().Success(), "Make sure we find '%s'" % (var_name)) |