X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..bfe580c9acb43ca1ca658f9111d4cd6f5951bbdc:/src/xbt/config_test.cpp?ds=sidebyside diff --git a/src/xbt/config_test.cpp b/src/xbt/config_test.cpp index bbda2822ce..84049fa504 100644 --- a/src/xbt/config_test.cpp +++ b/src/xbt/config_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -9,7 +9,7 @@ #include #include -#include "catch.hpp" +#include "src/3rd-party/catch.hpp" XBT_PUBLIC_DATA simgrid::config::Config* simgrid_config; @@ -18,7 +18,7 @@ TEST_CASE("xbt::config: Configuration support", "config") XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(xbt_cfg); xbt_log_threshold_set(&_XBT_LOGV(xbt_cfg), xbt_log_priority_critical); - auto temp = simgrid_config; + auto* temp = simgrid_config; simgrid_config = nullptr; simgrid::config::declare_flag("speed", "description", 0); simgrid::config::alias("speed", {"velocity"});