summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi/breakpoint/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-mi/breakpoint/main.cpp')
-rw-r--r--lldb/test/tools/lldb-mi/breakpoint/main.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/lldb/test/tools/lldb-mi/breakpoint/main.cpp b/lldb/test/tools/lldb-mi/breakpoint/main.cpp
index 22e2e344951..262ebc1b5f0 100644
--- a/lldb/test/tools/lldb-mi/breakpoint/main.cpp
+++ b/lldb/test/tools/lldb-mi/breakpoint/main.cpp
@@ -7,14 +7,11 @@
//
//===----------------------------------------------------------------------===//
-void
-g_MyFunction(void)
-{
-}
+#include <cstdio>
int
main(int argc, char const *argv[])
{
- g_MyFunction();
+ printf("");
return 0; // BP_return
}
OpenPOWER on IntegriCloud