[Lldb-commits] [PATCH] D19035: Fix breakpoint_set_restart test for Windows
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 12 15:32:57 PDT 2016
ovyalov accepted this revision.
This revision is now accepted and ready to land.
================
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>
----------------
You may remove iostream since getchar is no longer needed.
http://reviews.llvm.org/D19035
More information about the lldb-commits
mailing list