Commit e8ff28b4 by Nathan Sidwell Committed by Nathan Sidwell

vmihint.C: Adjust __vmi_class_type_info member name.

	* g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
	member name.

From-SVN: r33005
parent 7b820993
2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
member name.
2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.abi/vmihint.C: New test.
......
......@@ -36,7 +36,7 @@ int expect (int flags, type_info const &info)
dynamic_cast <__vmi_class_type_info const *> (&info);
if (!ptr)
return 0;
if (ptr->details != flags)
if (ptr->vmi_flags != flags)
return 0;
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment