forked from OSchip/llvm-project
Modification of the expected pattern for 'expr this->m_c_int' output.
llvm-svn: 115818
This commit is contained in:
parent
d444577382
commit
7731457ac9
|
@ -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__':
|
||||
|
|
Loading…
Reference in New Issue