[Lldb-commits] [PATCH] D49708: Added unit test for StreamTee

2018-07-23 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL337778: Added unit test for StreamTee (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D49708?vs=156926&id=156929#toc R

[Lldb-commits] [PATCH] D49708: Added unit test for StreamTee

2018-07-23 Thread Davide Italiano via Phabricator via lldb-commits
davide accepted this revision. davide added a comment. This revision is now accepted and ready to land. lg. You probably don't need pre-commit reviews for adding tests. This is obvious goodness. https://reviews.llvm.org/D49708 ___ lldb-commits mail

[Lldb-commits] [PATCH] D49708: Added unit test for StreamTee

2018-07-23 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. Herald added a subscriber: mgorny. https://reviews.llvm.org/D49708 Files: lldb.xcodeproj/project.pbxproj unittests/Utility/CMakeLists.txt unittests/Utility/StreamTeeTest.cpp Index: unittests/Utility/StreamTeeTest.cpp