Fix test by allowing it to accept an upper or lower case letter as the first character.

Windows for some reason uses a lower case letter, while linux uses upper case.

llvm-svn: 330438
This commit is contained in:
Douglas Yung 2018-04-20 15:23:57 +00:00
parent 3d453ad711
commit 51db3abac8
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ define void @patatino() {
; Try to save statistics to an invalid file.
; RUN: not llvm-lto2 run %t1.bc -o %t.o -r %t1.bc,patatino,px \
; RUN: -stats-file=%t2/foo.stats 2>&1 | FileCheck --check-prefix=ERROR %s
; ERROR: LTO::run failed: No such file or directory
; ERROR: LTO::run failed: {{[Nn]}}o such file or directory