Skip to content

Commit e792e29

Browse files
committed
DON'T MERGE: test if test is run in CI
1 parent 950f608 commit e792e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debuginfo/pretty-std-collections.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// lldb-command:run
5353

5454
// lldb-command:v vec_deque
55-
// lldb-check:[...] size=3 { [0] = 5 [1] = 3 [2] = 7 }
55+
// lldb-check:[...] size=4 { [0] = 5 [1] = 3 [2] = 7 }
5656

5757
// lldb-command:v vec_deque2
5858
// lldb-check:[...] size=7 { [0] = 2 [1] = 3 [2] = 4 [3] = 5 [4] = 6 [5] = 7 [6] = 8 }

0 commit comments

Comments
 (0)