X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3c7b741ce2f591d3f8ebfd44aaa136d99e06fae8..1ecbb4c88462e9ec9be0c830a257da6e9b774a25:/testsuite/surf/lmm_usage.c diff --git a/testsuite/surf/lmm_usage.c b/testsuite/surf/lmm_usage.c index e6c60cf9b0..2c978181ea 100644 --- a/testsuite/surf/lmm_usage.c +++ b/testsuite/surf/lmm_usage.c @@ -221,7 +221,7 @@ void test1(method_t method) a - x, lmm_variable_getvalue(R_1_2_3) - (a - x)); } } else { - xbt_assert0(0, "Invalid method"); + xbt_die( "Invalid method"); } PRINT_VAR(R_1_2_3); @@ -273,7 +273,7 @@ void test2(method_t method) } else if (method == LAGRANGE_RENO) { lagrange_solve(Sys); } else { - xbt_assert0(0, "Invalid method"); + xbt_die("Invalid method"); } PRINT_VAR(T1); @@ -445,7 +445,7 @@ void test3(method_t method) } else if (method == LAGRANGE_RENO) { lagrange_solve(Sys); } else { - xbt_assert0(0, "Invalid method"); + xbt_die("Invalid method"); } for (j = 0; j < 16; j++) {