From 457165e1ed283a1c86db55ab926bc2166c4a8ee9 Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Tue, 6 Jul 2021 09:55:11 -0400 Subject: [PATCH] Fix failing test on i686-pc-windows-msvc --- src/test/debuginfo/msvc-pretty-enums.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/debuginfo/msvc-pretty-enums.rs b/src/test/debuginfo/msvc-pretty-enums.rs index b03650e857a91..f248fcd839122 100644 --- a/src/test/debuginfo/msvc-pretty-enums.rs +++ b/src/test/debuginfo/msvc-pretty-enums.rs @@ -69,7 +69,7 @@ // cdb-check:i,! : None [Type: enum$ >] // cdb-check: [+0x000] variant0 [Type: enum$ >::None] // cdb-check: [+0x000] variant1 [Type: enum$ >::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