mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
2bc2dc9c2b
On Windows, "no such file or directory" is the default error translation as opposed to the capitalized form on Linux. llvm-svn: 285174
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
; RUN: not llvm-xray extract no-such-file 2>&1 | FileCheck %s
|
|
|
|
; CHECK: llvm-xray: Cannot extract instrumentation map from 'no-such-file'.
|
|
; CHECK-NEXT: {{[Nn]}}o such file or directory
|