mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 20:27:19 +00:00
[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?
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user