X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f2e508cacac36bd81d1242f11ec2d40661dcb71..8344f32ee2339f2b53a6e79ac0e9aa3a93384f58:/teshsuite/kernel/context-defaults/context-defaults.cpp diff --git a/teshsuite/kernel/context-defaults/context-defaults.cpp b/teshsuite/kernel/context-defaults/context-defaults.cpp index 01443c94a4..4667ee7eab 100644 --- a/teshsuite/kernel/context-defaults/context-defaults.cpp +++ b/teshsuite/kernel/context-defaults/context-defaults.cpp @@ -1,6 +1,6 @@ /* check_defaults -- simple program displaying its context factory */ -/* Copyright (c) 2013-2021. The SimGrid Team. +/* Copyright (c) 2013-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -12,7 +12,7 @@ int main(int argc, char* argv[]) { xbt_log_control_set("root.fmt:[%c/%p]%e%m%n"); - xbt_log_control_set("simix_context.threshold:verbose"); - simgrid::s4u::Engine::get_instance(&argc, argv); + xbt_log_control_set("ker_context.threshold:verbose"); + XBT_ATTRIB_UNUSED simgrid::s4u::Engine e(&argc, argv); return 0; }