X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/78a473edeca3dbc88eccbd5d882ac0494dce2360..8c6bbb14f44b8daed5ea43d80880c6bf2155118b:/src/mc/sosp/Snapshot_test.cpp diff --git a/src/mc/sosp/Snapshot_test.cpp b/src/mc/sosp/Snapshot_test.cpp index a2af05832e..ff2ff0bd0d 100644 --- a/src/mc/sosp/Snapshot_test.cpp +++ b/src/mc/sosp/Snapshot_test.cpp @@ -1,9 +1,9 @@ -/* Copyright (c) 2014-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-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. */ -#include "src/include/catch.hpp" +#include "src/3rd-party/catch.hpp" #include "src/mc/mc_config.hpp" #include "src/mc/sosp/Snapshot.hpp" @@ -58,7 +58,7 @@ void snap_test_helper::Init() REQUIRE(1 << xbt_pagebits == xbt_pagesize); process = std::make_unique(getpid()); - process->init(nullptr, nullptr, nullptr, nullptr); + process->init(nullptr, nullptr); mc_model_checker = new ::simgrid::mc::ModelChecker(std::move(process), -1); }