summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c b/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c
deleted file mode 100644
index 31204b21d97..00000000000
--- a/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main()
-{
- printf("This is a dummy\n"); // Set breakpoint here
- return 0;
-}
OpenPOWER on IntegriCloud