Modification of the expected pattern for 'expr this->m_c_int' output.

llvm-svn: 115818
This commit is contained in:
Johnny Chen 2010-10-06 19:32:50 +00:00
parent d444577382
commit 7731457ac9
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class ClassTypesTestCase(TestBase):
#
# Verify that expr this->m_c_int behaves correctly.
self.expect("expr this->m_c_int", VARIABLES_DISPLAYED_CORRECTLY,
substrs = ['(int) 66'])
patterns = ['\(int\) \$[0-9]+ = 66'])
if __name__ == '__main__':