clayborg added inline comments.
================ Comment at: packages/Python/lldbsuite/test/lldbutil.py:579 test.assertTrue( - file_name == out_file_name, + out_file_name in file_name, "Breakpoint file name '%s' doesn't match resultant name '%s'." % ---------------- jingham wrote: > The output file name should always END with the original file name, right? > Can we make this check reflect that more closely? sure thing https://reviews.llvm.org/D45592 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits