diff options
Diffstat (limited to 'lldb/lit/tools/lldb-mi/exec/exec-run-wrong-binary.test')
| -rw-r--r-- | lldb/lit/tools/lldb-mi/exec/exec-run-wrong-binary.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/lit/tools/lldb-mi/exec/exec-run-wrong-binary.test b/lldb/lit/tools/lldb-mi/exec/exec-run-wrong-binary.test new file mode 100644 index 00000000000..98dc75f509c --- /dev/null +++ b/lldb/lit/tools/lldb-mi/exec/exec-run-wrong-binary.test @@ -0,0 +1,6 @@ +# RUN: %lldbmi < %s | FileCheck %s + +# Test that -exec-run command won't hang in case of wrong name of binary file. + +-file-exec-and-symbols name.exe +# CHECK: ^error,msg="Command 'file-exec-and-symbols'. Target binary 'name.exe' is invalid. |

