[Lldb-commits] [lldb] r115514 - /lldb/trunk/test/function_types/TestFunctionTypes.py

Johnny Chen johnny.chen at apple.com
Mon Oct 4 09:38:12 PDT 2010


Author: johnny
Date: Mon Oct  4 11:38:12 2010
New Revision: 115514

URL: http://llvm.org/viewvc/llvm-project?rev=115514&view=rev
Log:
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.

Modified:
    lldb/trunk/test/function_types/TestFunctionTypes.py

Modified: lldb/trunk/test/function_types/TestFunctionTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/function_types/TestFunctionTypes.py?rev=115514&r1=115513&r2=115514&view=diff
==============================================================================
--- lldb/trunk/test/function_types/TestFunctionTypes.py (original)
+++ lldb/trunk/test/function_types/TestFunctionTypes.py Mon Oct  4 11:38:12 2010
@@ -51,7 +51,6 @@
         # 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'])
 
 





More information about the lldb-commits mailing list