diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-07-31 11:33:16 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-07-31 11:33:16 +0000 |
commit | 525d27006d20fb42e6ccace07c7a35ef9c51b018 (patch) | |
tree | ede5a53645cc5eac3dc5f11add434100997c13d5 /lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/TestCompletionCrashInLambda.py | |
parent | 3a3ca963beb864920f2cc0ce767539afde124bb7 (diff) | |
download | bcm5719-llvm-525d27006d20fb42e6ccace07c7a35ef9c51b018.tar.gz bcm5719-llvm-525d27006d20fb42e6ccace07c7a35ef9c51b018.zip |
[lldb][NFC] Check in completion crash test in lambda
llvm-svn: 367411
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/TestCompletionCrashInLambda.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/TestCompletionCrashInLambda.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/TestCompletionCrashInLambda.py b/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/TestCompletionCrashInLambda.py new file mode 100644 index 00000000000..a04ec919972 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/TestCompletionCrashInLambda.py @@ -0,0 +1,4 @@ +from lldbsuite.test import lldbinline +from lldbsuite.test import decorators + +lldbinline.MakeInlineTest(__file__, globals(), [decorators.skipIf(bugnumber="rdar://53755023")]) |