summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile
diff options
context:
space:
mode:
authorStefan Granitz <stefan.graenitz@gmail.com>2018-10-05 16:49:53 +0000
committerStefan Granitz <stefan.graenitz@gmail.com>2018-10-05 16:49:53 +0000
commit21d1754f7caa4ae7e693acc331fa0e3aa6a631f2 (patch)
treeae8373f46326f9ae4c3d149f2b57cf6327bc3e8b /lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile
parentc678ed774dfa9109ecb3395a52d58c2248b7de9d (diff)
downloadbcm5719-llvm-21d1754f7caa4ae7e693acc331fa0e3aa6a631f2.tar.gz
bcm5719-llvm-21d1754f7caa4ae7e693acc331fa0e3aa6a631f2.zip
TestMultilineExpr: validate evaluation for expressions that span multiple lines
Summary: When LLDB successfully parses a command (like "expression" in this case) and determines incomplete input, the user can continue typing on multiple lines (in this case "2+3"). This should provide the correct result. Note that LLDB reverts input from the additional lines, so they are not present in the output. Reviewers: vsk, davide, aprantl Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D52270 llvm-svn: 343860
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile
deleted file mode 100644
index 0d70f259501..00000000000
--- a/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-LEVEL = ../../make
-
-C_SOURCES := main.c
-
-include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud