mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
6 lines
226 B
Text
6 lines
226 B
Text
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:
|