aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp b/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp
deleted file mode 100644
index 8c804005afe3..000000000000
--- a/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-int main(int argc, char **argv)
-{
- printf("Hello, world\n");
- return 0;
-}
-