aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/erl_types_SUITE.erl
AgeCommit message (Collapse)Author
2018-04-26Move erl_types test into a common_test suiteSean Cribbs
The existing test/0 function in erl_types was not being run in the OTP test suite, and it had not been updated to match the implementation in the module (maps vs. dict). This commit removes the macros that excluded some functions, exports the functions now included in the module, and extracts the test into a new common_test suite, erl_types_SUITE.