Skip to content

Commit

Permalink
Fix failing test on i686-pc-windows-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser committed Jul 6, 2021
1 parent 38b9061 commit 457165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debuginfo/msvc-pretty-enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
// cdb-check:i,! : None [Type: enum$<core::option::Option<u32> >]
// cdb-check: [+0x000] variant0 [Type: enum$<core::option::Option<u32> >::None]
// cdb-check: [+0x000] variant1 [Type: enum$<core::option::Option<u32> >::Some]
// cdb-check: [+0x004] __0 : 0x5c0065 [Type: unsigned int]
// cdb-check: [+0x004] __0 : 0x[...] [Type: unsigned int]
// cdb-check: [+0x000] discriminant : None (0x0) [Type: core::option::Option]

// cdb-command: dx i
Expand Down

0 comments on commit 457165e

Please sign in to comment.