[XRay] Be case-insensitive for error strings

On Windows, "no such file or directory" is the default error translation
as opposed to the capitalized form on Linux.

llvm-svn: 285174
This commit is contained in:
Dean Michael Berris 2016-10-26 05:10:39 +00:00
parent 812d3d30ae
commit 6cbd65e4df
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; 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: No such file or directory
; CHECK-NEXT: {{[Nn]}}o such file or directory