Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: after all, checker does not need the list of dead actors
[simgrid.git] / teshsuite / mc / dwarf-expression / dwarf-expression.cpp
index a317517..8ed3273 100644 (file)
@@ -149,7 +149,7 @@ static void test_deref(simgrid::dwarf::ExpressionContext const& state)
 int main()
 {
   auto* process = new simgrid::mc::RemoteProcess(getpid());
-  process->init(nullptr, nullptr, nullptr, nullptr);
+  process->init(nullptr, nullptr, nullptr);
 
   simgrid::dwarf::ExpressionContext state;
   state.address_space = (simgrid::mc::AddressSpace*) process;