X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdd4d20278cbee5a9f11f9f455bff8836410568c..21310e512fe8488dab00aeb38e7689860bdb5aa3:/teshsuite/simix/generic-simcalls/generic-simcalls.cpp diff --git a/teshsuite/simix/generic-simcalls/generic-simcalls.cpp b/teshsuite/simix/generic-simcalls/generic-simcalls.cpp index 758b519d68..718741bc0a 100644 --- a/teshsuite/simix/generic-simcalls/generic-simcalls.cpp +++ b/teshsuite/simix/generic-simcalls/generic-simcalls.cpp @@ -52,7 +52,7 @@ static void master() simgrid::simix::kernel_sync([] { return kernel_wait_until(20).then([](simgrid::kernel::Future f) { f.get(); - throw example::exception("Exception throwed from kernel_defer"); + throw example::exception("Exception thrown from kernel_defer"); }); }); XBT_ERROR("No exception caught!");