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 5
5
; RUN: --match-full-lines --strict-whitespace %s
6
6
7
7
; CHECK: a[[]]
8
- ; CHECK-ERROR:[[DIR]]/ empty-variable-name.txt:7:13: error: empty variable name
8
+ ; CHECK-ERROR:[[DIR]]{{/|\\}} empty-variable-name.txt:7:13: error: empty variable name
9
9
; CHECK-ERROR-NEXT:; CHECK: a{{\[\[\]\]}}
10
10
; CHECK-ERROR-NEXT: ^
11
11
16
16
; RUN: --match-full-lines --strict-whitespace %s
17
17
18
18
; CHECK-PSEUDO: b[[@]]
19
- ; CHECK-ERROR-PSEUDO:[[DIR]]/ empty-variable-name.txt:18:21: error: empty pseudo variable name
19
+ ; CHECK-ERROR-PSEUDO:[[DIR]]{{/|\\}} empty-variable-name.txt:18:21: error: empty pseudo variable name
20
20
; CHECK-ERROR-PSEUDO-NEXT:; CHECK-PSEUDO: b{{\[\[@\]\]}}
21
21
; CHECK-ERROR-PSEUDO-NEXT: ^
22
22
27
27
; RUN: --match-full-lines --strict-whitespace %s
28
28
29
29
; CHECK-GLOBAL: c[[$]]
30
- ; CHECK-ERROR-GLOBAL:[[DIR]]/ empty-variable-name.txt:29:21: error: empty global variable name
30
+ ; CHECK-ERROR-GLOBAL:[[DIR]]{{/|\\}} empty-variable-name.txt:29:21: error: empty global variable name
31
31
; CHECK-ERROR-GLOBAL-NEXT:; CHECK-GLOBAL: c{{\[\[\$\]\]}}
32
32
; CHECK-ERROR-GLOBAL-NEXT: ^
You can’t perform that action at this time.
0 commit comments