diff options
Diffstat (limited to 'lit/Settings/TestEchoCommands.test')
-rw-r--r-- | lit/Settings/TestEchoCommands.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lit/Settings/TestEchoCommands.test b/lit/Settings/TestEchoCommands.test deleted file mode 100644 index 67547eaabf89..000000000000 --- a/lit/Settings/TestEchoCommands.test +++ /dev/null @@ -1,4 +0,0 @@ -# RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands true' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsAll.out -# RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands false' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsNoComments.out -# RUN: %lldb -x -b -o 'settings set interpreter.echo-commands false' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsNone.out -# RUN: %lldb -x -b --source-quietly -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsQuiet.out |