From ed722cbe619ae6a57ad264a7462314813da44bb3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 3 Mar 2007 14:51:36 -0500 Subject: [PATCH] COMP: Remove one conversion test until it is implemented. --- Source/kwsys/testAutoPtr.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/kwsys/testAutoPtr.cxx b/Source/kwsys/testAutoPtr.cxx index 5afa5994b..52344280e 100644 --- a/Source/kwsys/testAutoPtr.cxx +++ b/Source/kwsys/testAutoPtr.cxx @@ -122,12 +122,14 @@ int testAutoPtr(int, char*[]) "from factory function"); } +#if 0 { int received = function_call(generate_auto_ptr_B()); ASSERT(received, "auto_ptr in called function did not take ownership " "from factory function with conversion"); } +#endif { kwsys::auto_ptr pa(generate_auto_ptr_A());