diff options
| author | Wesley Wiser <wesleywiser@microsoft.com> | 2021-07-14 16:50:11 -0400 |
|---|---|---|
| committer | Wesley Wiser <wesleywiser@microsoft.com> | 2021-07-14 16:50:11 -0400 |
| commit | 6e357bce5db7c14aa132acc6707a685d978b2efa (patch) | |
| tree | 13255e02a5493c543e6dbaaacb985397438a609a | |
| parent | 14fdf8a115da7e88721dcbef6b35d8c6eab074f2 (diff) | |
| download | rust-6e357bce5db7c14aa132acc6707a685d978b2efa.tar.gz rust-6e357bce5db7c14aa132acc6707a685d978b2efa.zip | |
Fix tests for i686
| -rw-r--r-- | src/test/debuginfo/marker-types.rs | 4 | ||||
| -rw-r--r-- | src/test/debuginfo/pretty-std.rs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/debuginfo/marker-types.rs b/src/test/debuginfo/marker-types.rs index f27a5d20c70..8373d7856bb 100644 --- a/src/test/debuginfo/marker-types.rs +++ b/src/test/debuginfo/marker-types.rs @@ -17,8 +17,8 @@ // cdb-command: dx pin // cdb-check:pin : Pin(0x[...]: "this") [Type: core::pin::Pin<ref_mut$<alloc::string::String> >] // cdb-check: [<Raw View>] [Type: core::pin::Pin<ref_mut$<alloc::string::String> >] -// cdb-check: [len] : 0x4 [Type: unsigned __int64] -// cdb-check: [capacity] : 0x4 [Type: unsigned __int64] +// cdb-check: [len] : 0x4 [Type: unsigned [...]] +// cdb-check: [capacity] : 0x4 [Type: unsigned [...]] // cdb-check: [chars] : "this" // cdb-command: dx unique diff --git a/src/test/debuginfo/pretty-std.rs b/src/test/debuginfo/pretty-std.rs index 303f0114b17..d5a6e148b7a 100644 --- a/src/test/debuginfo/pretty-std.rs +++ b/src/test/debuginfo/pretty-std.rs @@ -140,7 +140,7 @@ // cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32>] // cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32>] // cdb-check: [len] : 0x2 -// cdb-check: [capacity] : 0x8 [Type: unsigned __int64] +// cdb-check: [capacity] : 0x8 [Type: unsigned [...]] // cdb-check: [0x0] : 90 [Type: int] // cdb-check: [0x1] : 20 [Type: int] |
