Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog update
[simgrid.git] / src / xbt / config_test.cpp
index 0c28bac7602ee12da8d86d88739517635edbb7c3..84049fa50460e7269434164855d7cac130f47918 100644 (file)
@@ -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);
 
   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<int>("speed", "description", 0);
   simgrid::config::alias("speed", {"velocity"});
   simgrid_config = nullptr;
   simgrid::config::declare_flag<int>("speed", "description", 0);
   simgrid::config::alias("speed", {"velocity"});