[ruby] add a test to make sure that std::multiset is including Enumerable.

This commit is contained in:
Takashi Tamura 2017-02-26 22:12:39 +09:00
commit a02b7810bc

View file

@ -54,6 +54,7 @@ require 'cpp11_hash_tables'
Cpp11_hash_tables::UnorderedMapIntInt,
Cpp11_hash_tables::UnorderedMultiMapIntInt,
Cpp11_hash_tables::SetInt,
Cpp11_hash_tables::MultiSetInt,
Cpp11_hash_tables::UnorderedSetInt,
Cpp11_hash_tables::UnorderedMultiSetInt].each{|k|
swig_assert("k.include?(Enumerable)", binding)