X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa94c1ceafe3f3cc43a97b1beb87926ca2648d32:/examples/msg/mc/test/compare_snapshot.c..30ddf1eb571e00c6b6e9723d6dc69ce4632471cc:/examples/msg/mc/test/test_heap_comparison.c diff --git a/examples/msg/mc/test/compare_snapshot.c b/examples/msg/mc/test/test_heap_comparison.c similarity index 77% rename from examples/msg/mc/test/compare_snapshot.c rename to examples/msg/mc/test/test_heap_comparison.c index fa3d1d2f19..c094f46eaa 100644 --- a/examples/msg/mc/test/compare_snapshot.c +++ b/examples/msg/mc/test/test_heap_comparison.c @@ -3,6 +3,6 @@ int main (int argc, char **argv){ MSG_init(&argc, argv); - MC_test_snapshot_comparison(); + MC_test_heap_comparison(); return 0; }