Skip to content

Commit 6e357bc

Browse files
committed
Fix tests for i686
1 parent 14fdf8a commit 6e357bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/debuginfo/marker-types.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// cdb-command: dx pin
1818
// cdb-check:pin : Pin(0x[...]: "this") [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
1919
// cdb-check: [<Raw View>] [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
20-
// cdb-check: [len] : 0x4 [Type: unsigned __int64]
21-
// cdb-check: [capacity] : 0x4 [Type: unsigned __int64]
20+
// cdb-check: [len] : 0x4 [Type: unsigned [...]]
21+
// cdb-check: [capacity] : 0x4 [Type: unsigned [...]]
2222
// cdb-check: [chars] : "this"
2323

2424
// cdb-command: dx unique

src/test/debuginfo/pretty-std.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
// cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32>]
141141
// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32>]
142142
// cdb-check: [len] : 0x2
143-
// cdb-check: [capacity] : 0x8 [Type: unsigned __int64]
143+
// cdb-check: [capacity] : 0x8 [Type: unsigned [...]]
144144
// cdb-check: [0x0] : 90 [Type: int]
145145
// cdb-check: [0x1] : 20 [Type: int]
146146

0 commit comments

Comments
 (0)