We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba81700 commit 03c984bCopy full SHA for 03c984b
lldb/packages/Python/lldbsuite/test/lldbplaygroundrepl.py
@@ -77,7 +77,6 @@ def execute_code(self, inputFile):
77
78
with open(inputFile, 'r') as contents_file:
79
contents = contents_file.read()
80
- self.expect("log enable lldb types expr -f /tmp/types.log")
81
result = self.frame.EvaluateExpression(contents, self.options)
82
output = self.frame.EvaluateExpression("get_output()")
83
with recording(self, self.TraceOn()) as sbuf:
0 commit comments