File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/rust/lib_ccxr/src/isdbs Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ mod tests {
457
457
buf : ptr:: null_mut ( ) ,
458
458
len : 0 ,
459
459
used : 0 ,
460
- pos : 0 ,
460
+ pos : ISDBPos { x : 0 , y : 0 } ,
461
461
txt_tail : 0 ,
462
462
timestamp : 0 ,
463
463
refcount : 0 ,
@@ -470,7 +470,7 @@ mod tests {
470
470
buf : ptr:: null_mut ( ) ,
471
471
len : 0 ,
472
472
used : 0 ,
473
- pos : 0 ,
473
+ pos : ISDBPos { x : 0 , y : 0 } ,
474
474
txt_tail : 0 ,
475
475
timestamp : 0 ,
476
476
refcount : 0 ,
@@ -498,7 +498,7 @@ mod tests {
498
498
buf : ptr:: null_mut ( ) ,
499
499
len : 0 ,
500
500
used : 0 ,
501
- pos : 0 ,
501
+ pos : ISDBPos { x : 0 , y : 0 } ,
502
502
txt_tail : 0 ,
503
503
timestamp : 0 ,
504
504
refcount : 0 ,
@@ -520,7 +520,7 @@ mod tests {
520
520
buf : ptr:: null_mut ( ) ,
521
521
len : 0 ,
522
522
used : 0 ,
523
- pos : 0 ,
523
+ pos : ISDBPos { x : 0 , y : 0 } ,
524
524
txt_tail : 0 ,
525
525
timestamp : 0 ,
526
526
refcount : 0 ,
@@ -1078,7 +1078,7 @@ mod tests {
1078
1078
mat_color : 0 ,
1079
1079
raster_color : 0 ,
1080
1080
layout_state : ISDBSubLayout {
1081
- format : WritingFormat :: HorizontalStdDensity ,
1081
+ format : WritingFormat :: HorizontalStdDensity as i32 ,
1082
1082
display_area : DispArea {
1083
1083
x : 0 ,
1084
1084
y : 0 ,
You can’t perform that action at this time.
0 commit comments