Fix StopHookForMultipleThreadsTestCase tests after r233098

llvm-svn: 233266
This commit is contained in:
Ilia K 2015-03-26 10:28:15 +00:00
parent c248ec2c29
commit b6e094cc70
1 changed files with 1 additions and 1 deletions

View File

@ -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__':