summaryrefslogtreecommitdiff
path: root/TAO/tests/CORBA_is_nil/svc.conf
Commit message (Collapse)AuthorAgeFilesLines
* Added test to confirm CORBA::is_nil worksJoachim Achtzehnter2020-08-211-0/+1
TAO only specializes Object_ptr, but not pointers derived from Object, relying on narrowed nil object references having been converted to NULL pointers. This test confirms that this works even if the lazy resource mode is used.