mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
74fdfce630
change in r221153. llvm-svn: 221265
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
; RUN: echo abc > %t.mri
|
|
|
|
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
|
|
; CHECK: Unknown command: abc.
|