64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
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.
|