Re: [Lldb-commits] [lldb] r352780 - [unittest] Fix scalar unit test.

2019-01-31 Thread Davide Italiano via lldb-commits
On Thu, Jan 31, 2019 at 10:48 AM Jonas Devlieghere via lldb-commits wrote: > > Author: jdevlieghere > Date: Thu Jan 31 10:48:17 2019 > New Revision: 352780 > > URL: http://llvm.org/viewvc/llvm-project?rev=352780&view=rev > Log: > [unittest] Fix scalar unit test. > > The test was using ASSERT_EQ in

[Lldb-commits] [lldb] r352780 - [unittest] Fix scalar unit test.

2019-01-31 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Thu Jan 31 10:48:17 2019 New Revision: 352780 URL: http://llvm.org/viewvc/llvm-project?rev=352780&view=rev Log: [unittest] Fix scalar unit test. The test was using ASSERT_EQ instead of ASSERT_STREQ which meant we were comparing string addresses instead of the actual str