summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/function_types/TestFunctionTypes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/function_types/TestFunctionTypes.py b/lldb/test/function_types/TestFunctionTypes.py
index 5ca37066d03..667a3003113 100644
--- a/lldb/test/function_types/TestFunctionTypes.py
+++ b/lldb/test/function_types/TestFunctionTypes.py
@@ -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'])
OpenPOWER on IntegriCloud