object-introspection/test/integration/std_unordered_map.toml

9 lines
386 B
TOML
Raw Normal View History

2022-12-19 14:37:51 +00:00
includes = ["unordered_map"]
[cases]
[cases.int_int]
skip = true # https://github.com/facebookexperimental/object-introspection/issues/15
2022-12-19 14:37:51 +00:00
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}]'