Fixed Mac OSX Bugs

This commit is contained in:
2023-07-23 15:02:44 -07:00
parent a94b16e23f
commit a062b5a376
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, "DawnHostOSX: Failed to free all allocated items.");
#endif
// Success