X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b2018541e799348bb66131a39284ea8d4cfc49f9..130f51aeb55bd3bf2706c1f5b09ca59fa291c087:/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; }