Skip to content

Commit 457165e

Browse files
committed
Fix failing test on i686-pc-windows-msvc
1 parent 38b9061 commit 457165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/debuginfo/msvc-pretty-enums.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
// cdb-check:i,! : None [Type: enum$<core::option::Option<u32> >]
7070
// cdb-check: [+0x000] variant0 [Type: enum$<core::option::Option<u32> >::None]
7171
// cdb-check: [+0x000] variant1 [Type: enum$<core::option::Option<u32> >::Some]
72-
// cdb-check: [+0x004] __0 : 0x5c0065 [Type: unsigned int]
72+
// cdb-check: [+0x004] __0 : 0x[...] [Type: unsigned int]
7373
// cdb-check: [+0x000] discriminant : None (0x0) [Type: core::option::Option]
7474

7575
// cdb-command: dx i

0 commit comments

Comments
 (0)