diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/Makefile deleted file mode 100644 index 82355a233cf..00000000000 --- a/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -LEVEL = ../../make -CXX_SOURCES := main.cpp -include $(LEVEL)/Makefile.rules |