[FileCheck] Try to fix windows bots broken by r346272

llvm-svn: 346277
This commit is contained in:
Joel E. Denny 2018-11-06 22:42:10 +00:00
parent 9e41b5eb6e
commit 19f0bc825a
1 changed files with 2 additions and 2 deletions

View File

@ -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