[ruby] add a test to make sure that std::multiset is including Enumerable.
This commit is contained in:
parent
b525848063
commit
a02b7810bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue