summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp b/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp
deleted file mode 100644
index 5653471c1530..000000000000
--- a/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdio.h>
-int main ()
-{
- puts ("I am the second program."); // Set breakpoint 2 here
-}