[lldb] Fix "exact match" debug_names type queries (#118465)
[llvm-project.git] / llvm / test / tools / llvm-mt / help.test
blob291e13cd4a263b828bfd3e6344a4248f3b57e899
1 RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP
3 HELP:      OVERVIEW: Manifest Tool
5 RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID
6 INVALID: llvm-mt: error: invalid option '/foo'
8 RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE
9 INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'?