forked from OSchip/llvm-project
[TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.
llvm-svn: 328013
This commit is contained in:
parent
43b8acdfd7
commit
9362753a69
|
@ -76,5 +76,5 @@ class ExprCommands2TestCase(TestBase):
|
||||||
|
|
||||||
# Do anonymous symbols work?
|
# Do anonymous symbols work?
|
||||||
self.expect("expression ((char**)environ)[0]",
|
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"
|
# (char *) $1 = 0x00007fff5fbff298 "Apple_PubSub_Socket_Render=/tmp/launch-7AEsUD/Render"
|
||||||
|
|
Loading…
Reference in New Issue