diff options
| author | Benoît du Garreau <bdgdlm@outlook.com> | 2021-07-25 20:34:08 +0200 |
|---|---|---|
| committer | Benoît du Garreau <bdgdlm@outlook.com> | 2021-07-25 20:34:08 +0200 |
| commit | 8987b74164507db4dc4d578f7fa0915e6252ae47 (patch) | |
| tree | e0c13ed7470032a577aed6d93ed8d684da20cf2d | |
| parent | 19318e625bad52a512d8dcf600c79fc2ee8437b2 (diff) | |
| download | rust-8987b74164507db4dc4d578f7fa0915e6252ae47.tar.gz rust-8987b74164507db4dc4d578f7fa0915e6252ae47.zip | |
Fix failing test
| -rw-r--r-- | src/test/debuginfo/pretty-std.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/debuginfo/pretty-std.rs b/src/test/debuginfo/pretty-std.rs index a190a29eec2..baeada69d1c 100644 --- a/src/test/debuginfo/pretty-std.rs +++ b/src/test/debuginfo/pretty-std.rs @@ -137,8 +137,8 @@ // cdb-check: [0x1] : 42 [Type: int] // cdb-command: dx vecdeque -// 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:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32,alloc::alloc::Global>] +// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32,alloc::alloc::Global>] // cdb-check: [len] : 0x2 // cdb-check: [capacity] : 0x8 [Type: unsigned [...]] // cdb-check: [0x0] : 90 [Type: int] |
