|
44 | 44 | // cdb-command:g |
45 | 45 |
|
46 | 46 | // cdb-command:dx int_int |
47 | | -// cdb-check:int_int [Type: generic_struct::AGenericStruct<i32, i32>] |
| 47 | +// cdb-check:int_int [Type: generic_struct::AGenericStruct<i32,i32>] |
48 | 48 | // cdb-check:[...]key : 0 [Type: int] |
49 | 49 | // cdb-check:[...]value : 1 [Type: int] |
50 | 50 | // cdb-command:dx int_float |
51 | | -// cdb-check:int_float [Type: generic_struct::AGenericStruct<i32, f64>] |
| 51 | +// cdb-check:int_float [Type: generic_struct::AGenericStruct<i32,f64>] |
52 | 52 | // cdb-check:[...]key : 2 [Type: int] |
53 | 53 | // cdb-check:[...]value : 3.500000 [Type: double] |
54 | 54 | // cdb-command:dx float_int |
55 | | -// cdb-check:float_int [Type: generic_struct::AGenericStruct<f64, i32>] |
| 55 | +// cdb-check:float_int [Type: generic_struct::AGenericStruct<f64,i32>] |
56 | 56 | // cdb-check:[...]key : 4.500000 [Type: double] |
57 | 57 | // cdb-check:[...]value : 5 [Type: int] |
58 | 58 | // cdb-command:dx float_int_float |
59 | | -// cdb-check:float_int_float [Type: generic_struct::AGenericStruct<f64, generic_struct::AGenericStruct<i32, f64> >] |
| 59 | +// cdb-check:float_int_float [Type: generic_struct::AGenericStruct<f64,generic_struct::AGenericStruct<i32,f64> >] |
60 | 60 | // cdb-check:[...]key : 6.500000 [Type: double] |
61 | | -// cdb-check:[...]value [Type: generic_struct::AGenericStruct<i32, f64>] |
| 61 | +// cdb-check:[...]value [Type: generic_struct::AGenericStruct<i32,f64>] |
62 | 62 |
|
63 | 63 |
|
64 | 64 | #![feature(omit_gdb_pretty_printer_section)] |
|
0 commit comments