X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6db84410f825c13cdebbdec30aa7955f0864cf08..31fd837a0980fd05c51f65c3b20018d70e9c2cb4:/examples/msg/mc/test/test_heap_comparison.c diff --git a/examples/msg/mc/test/test_heap_comparison.c b/examples/msg/mc/test/test_heap_comparison.c deleted file mode 100644 index c094f46eaa..0000000000 --- a/examples/msg/mc/test/test_heap_comparison.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "mc/mc.h" -#include "msg/msg.h" - -int main (int argc, char **argv){ - MSG_init(&argc, argv); - MC_test_heap_comparison(); - return 0; -}