[ruby] enable a test for null shared_ptr in containers.

This commit is contained in:
Takashi Tamura 2017-04-17 12:28:49 +09:00
commit 042d8289fd

View file

@ -33,6 +33,7 @@ CPP_TEST_CASES = \
CPP11_TEST_CASES = \
cpp11_hash_tables \
cpp11_shared_ptr_upcast \
cpp11_shared_ptr_nullptr_in_containers \
cpp11_shared_ptr_const
C_TEST_CASES += \