mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 05:01:56 +00:00
20a817ea2a
llvm-svn: 351259
7 lines
233 B
Plaintext
7 lines
233 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)?}}: error: sparkle.o:
|