forked from OSchip/llvm-project
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:
parent
3d453ad711
commit
51db3abac8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue