From 9362753a699dee4b7041204ab169fd1e84fef039 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 20 Mar 2018 18:32:47 +0000 Subject: [PATCH] [TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot. llvm-svn: 328013 --- .../Python/lldbsuite/test/expression_command/test/TestExprs2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"