Re: [Lldb-commits] [lldb] r297013 - Fix Log unit tests

2017-03-06 Thread Zachary Turner via lldb-commits
Weird, I could have sworn I fixed this. But looking at my disk, it's sitting uncommitted :-/ On Mon, Mar 6, 2017 at 7:29 AM Pavel Labath via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: labath > Date: Mon Mar 6 09:17:36 2017 > New Revision: 297013 > > URL: http://llvm.org/viewvc

[Lldb-commits] [lldb] r297013 - Fix Log unit tests

2017-03-06 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Mar 6 09:17:36 2017 New Revision: 297013 URL: http://llvm.org/viewvc/llvm-project?rev=297013&view=rev Log: Fix Log unit tests the llvm function for getting the thread name dropped the _np suffix during review. Zachary's commit did not reflect that. Modified: lldb/tr