diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-16 16:41:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-16 14:41:18 +0000 |
| commit | 16e67f8bea7e6891e954420e2e005976fb48a528 (patch) | |
| tree | b1de8e17f184d10894447a602da1722a71dd23a9 /tests/src/run.rs | |
| parent | db71a178bef7f1525d732a190ac75a1a6d56f24b (diff) | |
Shrink tests (#4967)
Diffstat (limited to 'tests/src/run.rs')
| -rw-r--r-- | tests/src/run.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
