================
@@ -28,5 +28,5 @@ def test_enable_invalid_path(self):
self.expect(
"log enable lldb all -f " + invalid_path,
error=True,
- substrs=["Unable to open log file '" + invalid_path + "': ", "\n"],
+ substrs=["Unable to open log file '" + invalid_path + "': "],
----------------
DavidSpickett wrote:
This changed because we don't put newlines on the end of errors. The newline
was not needed anyway because the command handler will add one before the next
prompt.
https://github.com/llvm/llvm-project/pull/206479
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits