Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: actually remove the comm channel from RemoteClientMemory
[simgrid.git] / teshsuite / mc / dwarf-expression / dwarf-expression.cpp
index 941aa71..b8d08dc 100644 (file)
@@ -145,7 +145,7 @@ static void test_deref(simgrid::dwarf::ExpressionContext const& state)
 
 int main()
 {
-  process = new simgrid::mc::RemoteClientMemory(getpid(), -1);
+  process = new simgrid::mc::RemoteClientMemory(getpid());
   process->init();
 
   simgrid::dwarf::ExpressionContext state;