forked from OSchip/llvm-project
[FileCheck] Try to fix windows bots broken by r346272
llvm-svn: 346277
This commit is contained in:
parent
9e41b5eb6e
commit
19f0bc825a
|
@ -3,11 +3,11 @@
|
|||
; CHECK: foo
|
||||
; CHECK: bar
|
||||
|
||||
; RUN: FILECHECK_OPTS= \
|
||||
; RUN: env FILECHECK_OPTS= \
|
||||
; RUN: not FileCheck %s -input-file %t.in 2>&1 \
|
||||
; RUN: | FileCheck -check-prefix QUIET %s
|
||||
|
||||
; RUN: FILECHECK_OPTS=-v \
|
||||
; RUN: env FILECHECK_OPTS=-v \
|
||||
; RUN: not FileCheck %s -input-file %t.in 2>&1 \
|
||||
; RUN: | FileCheck -check-prefix VERB %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue