Correct wrong values in the test case

llvm-svn: 151982
This commit is contained in:
Enrico Granata 2012-03-03 18:29:21 +00:00
parent 74f831b97f
commit 7a3b1d9757
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ class Rdar10887661TestCase(TestBase):
self.expect("frame variable f00_1",
substrs = ['...',
'fake_a = 16777217',
'a = 280']);
'fake_a = 16777216',
'a = 0']);
self.expect("frame variable f00_1", matching=False,
substrs = ['r = 33']);