Skip to content

Commit 8987b74

Browse files
committedJul 25, 2021
Fix failing test
1 parent 19318e6 commit 8987b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/test/debuginfo/pretty-std.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
// cdb-check: [0x1] : 42 [Type: int]
138138

139139
// cdb-command: dx vecdeque
140-
// cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32>]
141-
// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32>]
140+
// cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32,alloc::alloc::Global>]
141+
// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32,alloc::alloc::Global>]
142142
// cdb-check: [len] : 0x2
143143
// cdb-check: [capacity] : 0x8 [Type: unsigned [...]]
144144
// cdb-check: [0x0] : 90 [Type: int]

0 commit comments

Comments
 (0)
Please sign in to comment.