fix behavior

This commit is contained in:
Unknown 2018-08-13 23:01:48 +09:00
parent b95f6f2e8f
commit 6e562d24c6
2 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,7 @@
// gdb-command: run
// gdb-command: print btree_set
// gdb-check:$1 = BTreeSet<i32> with 3 elements = {[0] = 3, [1] = 5, [2] = 7}
// gdb-check:$1 = BTreeSet<i32>(len: 3) = {3, 5, 7}
// gdb-command: print vec_deque
// gdb-check:$2 = VecDeque<i32>(len: 3, cap: 8) = {5, 3, 7}