Skip to content

Commit

Permalink
[debuginfo] Fix msvc-pretty-enums debuginfo test for i686.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Aug 15, 2022
1 parent 6d030a5 commit 03b93d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/debuginfo/msvc-pretty-enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ enum NicheLayoutWithFields1<'a> {
}

enum NicheLayoutWithFields2 {
A(NonZeroU32, usize),
B(usize),
A(NonZeroU32, u64),
B(u64),
}

enum NicheLayoutWithFields3 {
Expand Down

0 comments on commit 03b93d0

Please sign in to comment.