diff --git a/lldb/test/API/types/TestRecursiveTypes.py b/lldb/test/API/types/TestRecursiveTypes.py --- a/lldb/test/API/types/TestRecursiveTypes.py +++ b/lldb/test/API/types/TestRecursiveTypes.py @@ -50,5 +50,5 @@ self.runCmd("run", RUN_SUCCEEDED) - self.expect("print tpi") - self.expect("print *tpi") + self.runCmd("print tpi") + self.runCmd("print *tpi")