diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typeset.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs index 41f12f2e..83b43ce0 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -388,7 +388,7 @@ fn draw(ctx: &Context, frames: &[Rc<Frame>], dpp: f32) -> sk::Pixmap { let pixel_height = (dpp * height.to_pt() as f32) as u32; if pixel_width > 4000 || pixel_height > 4000 { panic!( - "overlarge image: {} by {} ({} x {})", + "overlarge image: {} by {} ({:?} x {:?})", pixel_width, pixel_height, width, height, ); } |
