test: uninit: remove @todo (bug fixed)
authorBrian Norris <banorris@uci.edu>
Thu, 13 Dec 2012 08:35:25 +0000 (00:35 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 13 Dec 2012 08:35:25 +0000 (00:35 -0800)
The previous bugfix allows this example to run properly, so remove the
@todo.

test/uninit.cc

index edeae43122e7f8b5a46dc78671abf5763e895f8b..6b6f126b1e6d5bf3783650875fc2077357c29d89 100644 (file)
@@ -5,9 +5,6 @@
  * This is a test of the "uninitialized loads" code. While we don't explicitly
  * initialize y, this example's synchronization pattern should guarantee we
  * never see it uninitialized.
  * This is a test of the "uninitialized loads" code. While we don't explicitly
  * initialize y, this example's synchronization pattern should guarantee we
  * never see it uninitialized.
- *
- * @todo (12/11/12) this example currently doesn't run properly; it never sees
- * the behavior where 'flag == 2'.
  */
 #include <stdio.h>
 #include <threads.h>
  */
 #include <stdio.h>
 #include <threads.h>