mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 02:32:08 +00:00
6 lines
197 B
Plaintext
6 lines
197 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
|
||
|
|
||
|
CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o: No such file or directory
|