1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix unit-test

This commit is contained in:
Steffen Vogel 2020-06-12 00:06:15 +02:00
parent fb33a856b5
commit ca6cfab1d0

View file

@ -142,5 +142,5 @@ Test(graph, memory_manager, .description = "Global Memory Manager")
auto vertex = mm.findAddressSpace("PCIe Bridge");
logger->info(" found: {}", vertex);
mm.dump();
mm.getGraph().dump();
}