Skip to content

Commit e46bb17

Browse files
committed
Fix natvis tests
1 parent 122c037 commit e46bb17

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/test/debuginfo/pretty-std-collections-hash.rs

+15-15
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@
99
// cdb-check:hash_set,d [...] : { size=15 } [Type: [...]::HashSet<u64, [...]>]
1010
// cdb-check: [size] : 15 [Type: [...]]
1111
// cdb-check: [capacity] : [...]
12-
// cdb-check: [[...]] [...] : 0 [Type: unsigned __int64]
12+
// cdb-check: [[...]] [...] : 0 [Type: u64]
1313
// cdb-command: dx hash_set,d
14-
// cdb-check: [[...]] [...] : 1 [Type: unsigned __int64]
14+
// cdb-check: [[...]] [...] : 1 [Type: u64]
1515
// cdb-command: dx hash_set,d
16-
// cdb-check: [[...]] [...] : 2 [Type: unsigned __int64]
16+
// cdb-check: [[...]] [...] : 2 [Type: u64]
1717
// cdb-command: dx hash_set,d
18-
// cdb-check: [[...]] [...] : 3 [Type: unsigned __int64]
18+
// cdb-check: [[...]] [...] : 3 [Type: u64]
1919
// cdb-command: dx hash_set,d
20-
// cdb-check: [[...]] [...] : 4 [Type: unsigned __int64]
20+
// cdb-check: [[...]] [...] : 4 [Type: u64]
2121
// cdb-command: dx hash_set,d
22-
// cdb-check: [[...]] [...] : 5 [Type: unsigned __int64]
22+
// cdb-check: [[...]] [...] : 5 [Type: u64]
2323
// cdb-command: dx hash_set,d
24-
// cdb-check: [[...]] [...] : 6 [Type: unsigned __int64]
24+
// cdb-check: [[...]] [...] : 6 [Type: u64]
2525
// cdb-command: dx hash_set,d
26-
// cdb-check: [[...]] [...] : 7 [Type: unsigned __int64]
26+
// cdb-check: [[...]] [...] : 7 [Type: u64]
2727
// cdb-command: dx hash_set,d
28-
// cdb-check: [[...]] [...] : 8 [Type: unsigned __int64]
28+
// cdb-check: [[...]] [...] : 8 [Type: u64]
2929
// cdb-command: dx hash_set,d
30-
// cdb-check: [[...]] [...] : 9 [Type: unsigned __int64]
30+
// cdb-check: [[...]] [...] : 9 [Type: u64]
3131
// cdb-command: dx hash_set,d
32-
// cdb-check: [[...]] [...] : 10 [Type: unsigned __int64]
32+
// cdb-check: [[...]] [...] : 10 [Type: u64]
3333
// cdb-command: dx hash_set,d
34-
// cdb-check: [[...]] [...] : 11 [Type: unsigned __int64]
34+
// cdb-check: [[...]] [...] : 11 [Type: u64]
3535
// cdb-command: dx hash_set,d
36-
// cdb-check: [[...]] [...] : 12 [Type: unsigned __int64]
36+
// cdb-check: [[...]] [...] : 12 [Type: u64]
3737
// cdb-command: dx hash_set,d
38-
// cdb-check: [[...]] [...] : 13 [Type: unsigned __int64]
38+
// cdb-check: [[...]] [...] : 13 [Type: u64]
3939
// cdb-command: dx hash_set,d
40-
// cdb-check: [[...]] [...] : 14 [Type: unsigned __int64]
40+
// cdb-check: [[...]] [...] : 14 [Type: u64]
4141

4242
// cdb-command: dx hash_map,d
4343
// cdb-check:hash_map,d [...] : { size=15 } [Type: [...]::HashMap<u64, u64, [...]>]

0 commit comments

Comments
 (0)