mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-01 21:04:04 -04:00
fb0b759b0a
Use the WithColor helper from support to print errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335416 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP
|
|
|
|
HELP: OVERVIEW: Manifest Tool
|
|
|
|
RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID
|
|
INVALID: llvm-mt: error: invalid option '/foo'
|
|
|
|
RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE
|
|
INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'?
|
|
|