Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the bug number in the test case
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 3 Feb 2016 09:47:12 +0000 (10:47 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 3 Feb 2016 20:59:44 +0000 (21:59 +0100)
teshsuite/java/semaphore/SemaphoreGC.java

index 224108a..e83ed12 100644 (file)
@@ -4,7 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This test ensures that the used semaphores are not garbage-collected while we still use it.
- * This was reported as bug #... on gforge.
+ * This was reported as bug #19893 on gforge.
  */
 
 package semaphore;