[quiz] Use quiz_assert instead of assert

This commit is contained in:
Émilie Feral
2018-10-26 10:12:54 +02:00
committed by EmilieNumworks
parent 52d32c9294
commit b4a865632e

View File

@@ -56,7 +56,7 @@ void ion_main(int argc, char * argv[]) {
#if POINCARE_TREE_LOG
Poincare::TreePool::sharedPool()->log();
#endif
assert(false);
quiz_assert(false);
#if !QUIZ_USE_CONSOLE
while (1) {
Ion::msleep(1000);