Chris Peterson 05289b2c2d Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in image tests. r=tnikkel
And MOZ_ASSERT_UNREACHABLE with MOZ_CRASH.

MOZ_ASSERT and MOZ_ASSERT_UNREACHABLE are only checked in debug builds, so release builds' tests are not checking these assertions.

Differential Revision: https://phabricator.services.mozilla.com/D207372
2024-04-17 03:26:28 +00:00
..