We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950f608 commit e792e29Copy full SHA for e792e29
tests/debuginfo/pretty-std-collections.rs
@@ -52,7 +52,7 @@
52
// lldb-command:run
53
54
// lldb-command:v vec_deque
55
-// lldb-check:[...] size=3 { [0] = 5 [1] = 3 [2] = 7 }
+// lldb-check:[...] size=4 { [0] = 5 [1] = 3 [2] = 7 }
56
57
// lldb-command:v vec_deque2
58
// lldb-check:[...] size=7 { [0] = 2 [1] = 3 [2] = 4 [3] = 5 [4] = 6 [5] = 7 [6] = 8 }
0 commit comments