From b4a865632e50b540e8dc2115faf97f786456b7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Fri, 26 Oct 2018 10:12:54 +0200 Subject: [PATCH] [quiz] Use quiz_assert instead of assert --- quiz/src/runner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz/src/runner.cpp b/quiz/src/runner.cpp index 17e3aacb7..b3dbd1a32 100644 --- a/quiz/src/runner.cpp +++ b/quiz/src/runner.cpp @@ -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);