From 619d877631496c14df5e2118933e44baab6fdf4c Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 13 Dec 2012 00:35:25 -0800 Subject: [PATCH] test: uninit: remove @todo (bug fixed) The previous bugfix allows this example to run properly, so remove the @todo. --- test/uninit.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/uninit.cc b/test/uninit.cc index edeae43..6b6f126 100644 --- a/test/uninit.cc +++ b/test/uninit.cc @@ -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 #include -- 2.34.1