mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-10 05:26:56 +00:00
9 lines
313 B
TOML
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}]'
|