[Lldb-commits] [PATCH] D19633: Move TestCommandScriptImmediateOutput from PExpectTest to TestBase

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 28 08:14:42 PDT 2016


fjricci added a comment.

Would it be acceptable to split it into two test methods inside the same test case? Both are testing writing immediate output from a command script, just one is immediate output to the console and the other is immediate output to a file.


http://reviews.llvm.org/D19633





More information about the lldb-commits mailing list