llvm-6502/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