mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
b27e1f0470
It didn't match on non-English version of Windows. llvm-svn: 209570
7 lines
226 B
Plaintext
7 lines
226 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)?}}: sparkle.o:
|