Skip to content
Snippets Groups Projects
Commit 19f0bc82 authored by Joel E. Denny's avatar Joel E. Denny
Browse files

[FileCheck] Try to fix windows bots broken by r346272

llvm-svn: 346277
parent 9e41b5eb
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
; CHECK: foo ; CHECK: foo
; CHECK: bar ; CHECK: bar
; RUN: FILECHECK_OPTS= \ ; RUN: env FILECHECK_OPTS= \
; RUN: not FileCheck %s -input-file %t.in 2>&1 \ ; RUN: not FileCheck %s -input-file %t.in 2>&1 \
; RUN: | FileCheck -check-prefix QUIET %s ; 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: not FileCheck %s -input-file %t.in 2>&1 \
; RUN: | FileCheck -check-prefix VERB %s ; RUN: | FileCheck -check-prefix VERB %s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment