================ @@ -101,9 +101,9 @@ def run_test_evaluate_expressions( if context == "repl": # In the repl context expressions may be interpreted as lldb # commands since no variables have the same name as the command. - self.assertEvaluate("var", r"\(lldb\) var\n.*") + self.assertEvaluate("list", r"\(lldb\) list\n.*") ---------------- ashgti wrote:
Its still applicable, we're just using a different lldb variable name to shadow `list` instead of `var`. https://github.com/llvm/llvm-project/pull/116045 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits