[FileCheck] Try to fix test on windows due to r349418
llvm-svn: 349432
This commit is contained in:
parent
53ce05960e
commit
c646b4b05e
|
@ -19,7 +19,7 @@
|
|||
; RUN: not FileCheck -dump-input=foobar 2>&1 \
|
||||
; RUN: | FileCheck %s -match-full-lines -check-prefix=BADVAL
|
||||
|
||||
BADVAL: FileCheck: for the -dump-input option: Cannot find option named 'foobar'!
|
||||
BADVAL: FileCheck{{.*}}: for the -dump-input option: Cannot find option named 'foobar'!
|
||||
|
||||
;--------------------------------------------------
|
||||
; help
|
||||
|
|
Loading…
Reference in New Issue