[Lldb-commits] [PATCH] D19633: Move TestCommandScriptImmediateOutput from PExpectTest to TestBase
Enrico Granata via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 27 16:03:49 PDT 2016
granata.enrico added a comment.
Why are we trying to do this in the first place?
The entire purpose of this test is to verify the immediate output to the console.
If you want to test the output to a file instead, make a separate test case, that would be fine. But I'd rather much leave this test alone.
http://reviews.llvm.org/D19633
More information about the lldb-commits
mailing list