[TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.

llvm-svn: 328013
This commit is contained in:
Davide Italiano 2018-03-20 18:32:47 +00:00
parent 43b8acdfd7
commit 9362753a69
1 changed files with 1 additions and 1 deletions

View File

@ -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"