From 0115c10328281567391855766fef8fbe57a1d4cc Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 9 Oct 2019 17:35:43 +0000 Subject: 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 --- .../CommandScriptImmediateOutputConsole.test | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test (limited to 'lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test') 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 -- cgit v1.2.3