Skip to content

Commit

Permalink
tests: temporarily disable deep-unmatched-angle-brackets.rs on `i68…
Browse files Browse the repository at this point in the history
…6-pc-windows-msvc`
  • Loading branch information
jieyouxu committed Feb 27, 2025
1 parent 14fa135 commit ba32a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/ui/parser/deep-unmatched-angle-brackets.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//@ ignore-i686-pc-windows-msvc (#137733; exit status 0xc0000005, maybe memory usage?)

trait Mul<T> {
type Output;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/parser/deep-unmatched-angle-brackets.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: expected one of `!`, `+`, `,`, `::`, or `>`, found `(`
--> $DIR/deep-unmatched-angle-brackets.rs:14:63
--> $DIR/deep-unmatched-angle-brackets.rs:16:63
|
LL | <f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<>();
| ^ expected one of `!`, `+`, `,`, `::`, or `>`
Expand Down

0 comments on commit ba32a0a

Please sign in to comment.