X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05a81a473f36ee2298730ccc85d4033affad4018..ce3b234c639f0d20b4fc60704294b0cb32d4b2cb:/teshsuite/msg/listen_async/listen_async.c diff --git a/teshsuite/msg/listen_async/listen_async.c b/teshsuite/msg/listen_async/listen_async.c index 3e409d6a42..10c97d7a77 100644 --- a/teshsuite/msg/listen_async/listen_async.c +++ b/teshsuite/msg/listen_async/listen_async.c @@ -1,4 +1,4 @@ -/* Bug report: https://github.com/mquinson/simgrid/issues/40 +/* Bug report: https://github.com/simgrid/simgrid/issues/40 * * Task.listen used to be on async mailboxes as it always returned false. * This occures in Java and C, but is only tested here in C.