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