test: uninit: remove @todo (bug fixed)
[model-checker.git] / 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.
- *
- * @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>