forked from OSchip/llvm-project
Fix StopHookForMultipleThreadsTestCase tests after r233098
llvm-svn: 233266
This commit is contained in:
parent
c248ec2c29
commit
b6e094cc70
|
@ -71,7 +71,7 @@ class StopHookForMultipleThreadsTestCase(TestBase):
|
|||
|
||||
# Continue and expect to find the output emitted by the firing of our stop hook.
|
||||
child.sendline('continue')
|
||||
child.expect_exact('(uint32_t) g_val = ')
|
||||
child.expect_exact('(uint32_t) ::g_val = ')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue