Files
tubestation/browser/app/winlauncher/test
Chris Peterson 0ecdb41077 Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in Windows tests. r=win-reviewers,rkraesig
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 (though these tests could still have failed later with less-obvious errors).

Depends on D207377

Differential Revision: https://phabricator.services.mozilla.com/D207378
2024-04-17 21:07:31 +00:00
..