diff options
author | Stefan Granitz <stefan.graenitz@gmail.com> | 2018-10-05 16:49:53 +0000 |
---|---|---|
committer | Stefan Granitz <stefan.graenitz@gmail.com> | 2018-10-05 16:49:53 +0000 |
commit | 21d1754f7caa4ae7e693acc331fa0e3aa6a631f2 (patch) | |
tree | ae8373f46326f9ae4c3d149f2b57cf6327bc3e8b /lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile | |
parent | c678ed774dfa9109ecb3395a52d58c2248b7de9d (diff) | |
download | bcm5719-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/Makefile | 5 |
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 |