12 lines · plain
1REQUIRES: libxml22RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP3 4HELP: OVERVIEW: Manifest Tool5 6RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID7INVALID: llvm-mt: error: invalid option '/foo'8 9RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE10INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'?11 12