[Lldb-commits] [PATCH] D19035: Fix breakpoint_set_restart test for Windows
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 12 15:44:25 PDT 2016
amccarth marked an inline comment as done.
================
Comment at: packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp:11
@@ -10,2 +10,3 @@
+#include <chrono>
#include <iostream>
#include <stdio.h>
----------------
ovyalov wrote:
> You may remove iostream since getchar is no longer needed.
Done since getchar actually comes from stdio.h anyway.
http://reviews.llvm.org/D19035
More information about the lldb-commits
mailing list