[lldb/Test] Don't friend std::make_unique
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 20 Apr 2020 18:33:35 +0000 (11:33 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 20 Apr 2020 18:48:52 +0000 (11:48 -0700)
commite128d5389547571abe04045e14c679517d01d1f6
tree8b91799fc90a3b08b712f6008f5ee2f13c802f8d
parent009832494797c8f63a2f78fc653e3f610c4ca54f
[lldb/Test] Don't friend std::make_unique

This wasn't a great idea to begin with, as you can't really rely on the
implementation, but since it also doesn't work with MSVC I've just made
the ctors public.
lldb/unittests/Utility/ReproducerInstrumentationTest.cpp