1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/Object/ar-error.test

6 lines
197 B
Plaintext
Raw Normal View History

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
CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o: No such file or directory