object-introspection/test/integration/std_unordered_map.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
313 B
TOML
Raw Normal View History

2022-12-19 14:37:51 +00:00
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}]'