Skip to content

Commit 994aac8

Browse files
committed
t98
1 parent de8d759 commit 994aac8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/rust/lib_ccxr/src/isdbs/tests.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ mod tests {
457457
buf: ptr::null_mut(),
458458
len: 0,
459459
used: 0,
460-
pos: 0,
460+
pos: ISDBPos { x: 0, y: 0 },
461461
txt_tail: 0,
462462
timestamp: 0,
463463
refcount: 0,
@@ -470,7 +470,7 @@ mod tests {
470470
buf: ptr::null_mut(),
471471
len: 0,
472472
used: 0,
473-
pos: 0,
473+
pos: ISDBPos { x: 0, y: 0 },
474474
txt_tail: 0,
475475
timestamp: 0,
476476
refcount: 0,
@@ -498,7 +498,7 @@ mod tests {
498498
buf: ptr::null_mut(),
499499
len: 0,
500500
used: 0,
501-
pos: 0,
501+
pos: ISDBPos { x: 0, y: 0 },
502502
txt_tail: 0,
503503
timestamp: 0,
504504
refcount: 0,
@@ -520,7 +520,7 @@ mod tests {
520520
buf: ptr::null_mut(),
521521
len: 0,
522522
used: 0,
523-
pos: 0,
523+
pos: ISDBPos { x: 0, y: 0 },
524524
txt_tail: 0,
525525
timestamp: 0,
526526
refcount: 0,
@@ -1078,7 +1078,7 @@ mod tests {
10781078
mat_color: 0,
10791079
raster_color: 0,
10801080
layout_state: ISDBSubLayout {
1081-
format: WritingFormat::HorizontalStdDensity,
1081+
format: WritingFormat::HorizontalStdDensity as i32,
10821082
display_area: DispArea {
10831083
x: 0,
10841084
y: 0,

0 commit comments

Comments
 (0)