Add type_vars_uvar ets table to ets_tables()
This commit is contained in:
parent
8e888430d9
commit
8a9c2a61b2
@ -2161,7 +2161,7 @@ next_count() ->
|
|||||||
ets_tables() ->
|
ets_tables() ->
|
||||||
[options, type_vars, constraints, freshen_tvars, type_errors,
|
[options, type_vars, constraints, freshen_tvars, type_errors,
|
||||||
defined_contracts, warnings, function_calls, all_functions,
|
defined_contracts, warnings, function_calls, all_functions,
|
||||||
type_vars_variance].
|
type_vars_variance, type_vars_uvar].
|
||||||
|
|
||||||
clean_up_ets() ->
|
clean_up_ets() ->
|
||||||
[ catch ets_delete(Tab) || Tab <- ets_tables() ],
|
[ catch ets_delete(Tab) || Tab <- ets_tables() ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user