Fixed Mac OSX Bugs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user