Fixed Mac OSX Bugs

This commit is contained in:
2023-07-23 15:02:44 -07:00
parent 7ed019b2c4
commit 2c66a2fd82
5 changed files with 14 additions and 14 deletions

View File

@ -49,7 +49,7 @@ int32_t main(int32_t argc, char **args) {
delete host;
#if DAWN_DEBUG_BUILD
assertTrue(dawnAllocatedItemCount == 0);
assertTrue(dawnAllocatedItemCount == 0, "DawnHostTux32: Failed to free all allocated items.");
#endif
// Success