File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
a
2
2
3
- ; RUN: not FileCheck -color=0 -input-file %s %s 2>&1 | \
3
+ ; RUN: %ProtectFileCheckOutput not FileCheck -input-file %s %s 2>&1 | \
4
4
; RUN: FileCheck -check-prefix CHECK-ERROR -DDIR=%S \
5
5
; RUN: --match-full-lines --strict-whitespace %s
6
6
11
11
12
12
b
13
13
14
- ; RUN: not FileCheck -color=0 -input-file %s -check-prefix CHECK-PSEUDO %s 2>&1 | \
14
+ ; RUN: %ProtectFileCheckOutput not FileCheck -input-file %s -check-prefix CHECK-PSEUDO %s 2>&1 | \
15
15
; RUN: FileCheck -check-prefix CHECK-ERROR-PSEUDO -DDIR=%S \
16
16
; RUN: --match-full-lines --strict-whitespace %s
17
17
22
22
23
23
c
24
24
25
- ; RUN: not FileCheck -color=0 -input-file %s -check-prefix CHECK-GLOBAL %s 2>&1 | \
25
+ ; RUN: %ProtectFileCheckOutput not FileCheck -input-file %s -check-prefix CHECK-GLOBAL %s 2>&1 | \
26
26
; RUN: FileCheck -check-prefix CHECK-ERROR-GLOBAL -DDIR=%S \
27
27
; RUN: --match-full-lines --strict-whitespace %s
28
28
You can’t perform that action at this time.
0 commit comments