diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
| commit | 0115c10328281567391855766fef8fbe57a1d4cc (patch) | |
| tree | f5c3232c37e50caaf5a2043e22fcebccee668bdd /lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test | |
| parent | 44e988ab14cb387eddfeacd1493792a6aa6aee81 (diff) | |
Revert [test] Split LLDB tests into API, Shell & Unit
as it appears to have broken check-lldb.
This reverts r374184 (git commit 22314179f0660c172514b397060fd8f34b586e82)
llvm-svn: 374187
Diffstat (limited to 'lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test')
| -rw-r--r-- | lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test b/lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test deleted file mode 100644 index c928a44afb71..000000000000 --- a/lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test +++ /dev/null @@ -1,11 +0,0 @@ -# Test that LLDB correctly allows scripted commands to set immediate output to -# the console. - -# RUN: %lldb -s %s \ -# RUN: -o 'command script import %S/Inputs/custom_command.py' \ -# RUN: -o 'command script add -f custom_command.command_function mycommand' \ -# RUN: -o 'mycommand' \ -# RUN: -o 'command script delete mycommand' \ -# RUN: 2>&1 | FileCheck %s - -# CHECK: this is a test string, just a test string |
