64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
Test if we get a proper error with a filename that doesn't exist
|
|
|
|
RUN: not llvm-ar r %t.out.a sparkle.o %t 2>&1 | FileCheck %s
|
|
|
|
# Don't check the message "No such file or directory".
|
|
CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o:
|