mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[quiz] Use quiz_assert instead of assert
This commit is contained in:
committed by
EmilieNumworks
parent
52d32c9294
commit
b4a865632e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user