diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py b/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py index db7c2edc6acd..f5ec4f027866 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py @@ -76,5 +76,5 @@ class ExprCommands2TestCase(TestBase): # Do anonymous symbols work? self.expect("expression ((char**)environ)[0]", - startstr="(char *) $1 = 0x") + startstr="(char *) $0 = 0x") # (char *) $1 = 0x00007fff5fbff298 "Apple_PubSub_Socket_Render=/tmp/launch-7AEsUD/Render"