mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
rdp: fix cargo test
This commit is contained in:
parent
30184f9e6f
commit
d328389ef7
@ -276,6 +276,7 @@ mod tests {
|
||||
Bitmap(BitmapUpdate {
|
||||
top: 0,
|
||||
left: 0,
|
||||
stride: 0,
|
||||
width: NonZero::new(1024).unwrap(),
|
||||
height: NonZero::new(768).unwrap(),
|
||||
format: PixelFormat::ABgr32,
|
||||
@ -318,6 +319,7 @@ mod tests {
|
||||
Bitmap(BitmapUpdate {
|
||||
top: 0,
|
||||
left: 0,
|
||||
stride: 0,
|
||||
width: NonZero::new(1024).unwrap(),
|
||||
height: NonZero::new(768).unwrap(),
|
||||
format: PixelFormat::ABgr32,
|
||||
@ -327,6 +329,7 @@ mod tests {
|
||||
Bitmap(BitmapUpdate {
|
||||
top: 0,
|
||||
left: 0,
|
||||
stride: 0,
|
||||
width: NonZero::new(1024).unwrap(),
|
||||
height: NonZero::new(768).unwrap(),
|
||||
format: PixelFormat::ABgr32,
|
||||
|
Loading…
Reference in New Issue
Block a user