Skip to content

Commit e037aff

Browse files
---
yaml --- r: 68401 b: refs/heads/auto c: 6a30941 h: refs/heads/master i: 68399: 013270b v: v3
1 parent 8a0b354 commit e037aff

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: fb3e17b93a7a9824459ca9a7fb0d8a638016f6fa
17+
refs/heads/auto: 6a3094159fc50c062e55e76379b402b4a5d5270d
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/src/test/debug-info/basic-types.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
// check:$2 = -1
2727
// debugger:print c
2828
// check:$3 = 97
29-
// debugger:print i8
30-
// check:$4 = 68 'D'
29+
// debugger:print/d i8
30+
// check:$4 = 68
3131
// debugger:print i16
3232
// check:$5 = -16
3333
// debugger:print i32
@@ -36,8 +36,8 @@
3636
// check:$7 = -64
3737
// debugger:print u
3838
// check:$8 = 1
39-
// debugger:print u8
40-
// check:$9 = 100 'd'
39+
// debugger:print/d u8
40+
// check:$9 = 100
4141
// debugger:print u16
4242
// check:$10 = 16
4343
// debugger:print u32

branches/auto/src/test/debug-info/simple-tuple.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// debugger:run
1717
// debugger:finish
1818

19-
// debugger:print noPadding8
20-
// check:$1 = {-100 '\234', 100 'd'}
19+
// debugger:print/d noPadding8
20+
// check:$1 = {-100, 100}
2121
// debugger:print noPadding16
2222
// check:$2 = {0, 1, 2}
2323
// debugger:print noPadding32

0 commit comments

Comments
 (0)