Skip to content

Commit ba32a0a

Browse files
committed
tests: temporarily disable deep-unmatched-angle-brackets.rs on i686-pc-windows-msvc
1 parent 14fa135 commit ba32a0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/ui/parser/deep-unmatched-angle-brackets.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//@ ignore-i686-pc-windows-msvc (#137733; exit status 0xc0000005, maybe memory usage?)
2+
13
trait Mul<T> {
24
type Output;
35
}

tests/ui/parser/deep-unmatched-angle-brackets.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: expected one of `!`, `+`, `,`, `::`, or `>`, found `(`
2-
--> $DIR/deep-unmatched-angle-brackets.rs:14:63
2+
--> $DIR/deep-unmatched-angle-brackets.rs:16:63
33
|
44
LL | <f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<>();
55
| ^ expected one of `!`, `+`, `,`, `::`, or `>`

0 commit comments

Comments
 (0)