File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
branches/auto/src/test/debug-info Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: c913eff51def7f65474f27a032b5ba4c71f4ce90
17
+ refs/heads/auto: f1928d8e2c52cef8426a4c438fc050180a96edb6
18
18
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// compile-flags:-Z extra-debug-info
12
- // debugger:break 26
12
+ // debugger:set print pretty off
13
+ // debugger:break 29
13
14
// debugger:run
15
+ // debugger:print pair
16
+ // check:$1 = {x = 1, y = 2}
14
17
// debugger:print pair.x
15
- // check:$1 = 1
18
+ // check:$2 = 1
16
19
// debugger:print pair.y
17
- // check:$2 = 2
20
+ // check:$3 = 2
18
21
19
22
struct Pair {
20
23
x : int ,
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // xfail-test
12
11
// compile-flags:-Z extra-debug-info
13
- // debugger:break 23
12
+ // debugger:set print pretty off
13
+ // debugger:break 20
14
14
// debugger:run
15
15
// debugger:print t
16
- // check:$1 = {
17
- // check:4,
18
- // check:5.5,
19
- // check:true
20
- // check:}
16
+ // check:$1 = {4, 5.5, true}
21
17
22
18
fn main ( ) {
23
19
let t = ( 4 , 5.5 , true ) ;
You can’t perform that action at this time.
0 commit comments