Remove file:lineno from the expected substrings. Matching 'a.out`string_not_empty', i.e.,

${module.file.basename}{`${function.name}, is sufficient for this test case.

llvm-svn: 115514
This commit is contained in:
Johnny Chen 2010-10-04 16:38:12 +00:00
parent 33e1313a01
commit f32a446bc8
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ class FunctionTypesTestCase(TestBase):
# Check that we do indeed stop on the string_not_empty function.
self.expect("process status", STOPPED_DUE_TO_BREAKPOINT,
substrs = ['a.out`string_not_empty',
'main.c:12',
'stop reason = breakpoint'])