--- esft_constructor_test_old.cpp	2008-03-20 11:26:59.000000000 -0400
+++ esft_constructor_test.cpp	2008-03-20 11:25:53.000000000 -0400
@@ -122,7 +122,7 @@
         {
             boost::shared_ptr<X> early_px;
             X x( 0, &early_px );
-            boost::weak_ptr<X> early_weak_px = early_px;
+            early_weak_px = early_px;
             early_px.reset();
             BOOST_TEST( early_weak_px.expired() == false );
             BOOST_TEST( X::instances == 1 );
