Skip to content
Snippets Groups Projects
Commit 602e60ef authored by Brad King's avatar Brad King
Browse files

COMP: Remove one conversion test until it is implemented.

parent 921eb111
No related branches found
No related tags found
No related merge requests found
......@@ -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<A> pa(generate_auto_ptr_A());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment