Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
Description
ASSERT(FALSE) should output 'FALSE' as the failure message, not '0'. ASSERT must directly stringify its argument.
ASSERT(FALSE) should output 'FALSE' as the failure message, not '0'. ASSERT must directly stringify its argument.