object-introspection/test/integration/std_unordered_map.toml
2022-12-19 06:37:51 -08:00

9 lines
313 B
TOML

includes = ["unordered_map"]
[cases]
[cases.int_int]
skip = true
param_types = ["const std::unordered_map<int, int>&"]
setup = "return {{{1,2},{3,4}}};"
# TODO confirm this JSON is correct
expect_json = '[{"staticSize":56, "dynamicSize":0, "length":2, "capacity":2, "elementStaticSize":0}]'