From 16e67f8bea7e6891e954420e2e005976fb48a528 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 16 Sep 2024 16:41:18 +0200 Subject: Shrink tests (#4967) --- tests/src/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src/run.rs') diff --git a/tests/src/run.rs b/tests/src/run.rs index f356f0d0..b09b3eaf 100644 --- a/tests/src/run.rs +++ b/tests/src/run.rs @@ -431,7 +431,7 @@ fn skippable_frame(frame: &Frame) -> bool { }) } -/// Whether to pixel images are approximately equal. +/// Whether two pixel images are approximately equal. fn approx_equal(a: &sk::Pixmap, b: &sk::Pixmap) -> bool { a.width() == b.width() && a.height() == b.height() -- cgit v1.2.3