diff options
-rw-r--r-- | lib/stdlib/test/erl_pp_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/erl_pp_SUITE.erl b/lib/stdlib/test/erl_pp_SUITE.erl index 04c1dd3898..927fe0b595 100644 --- a/lib/stdlib/test/erl_pp_SUITE.erl +++ b/lib/stdlib/test/erl_pp_SUITE.erl @@ -617,6 +617,7 @@ misc_attrs(Config) when is_list(Config) -> ok = pp_forms(<<"-record(a, {b,c}). ">>), ok = pp_forms(<<"-record(' a ', {}). ">>), ok = pp_forms(<<"-record(' a ', {foo = foo:bar()}). ">>), + ok = pp_forms(<<"-custom1(#{test1 => init/2, test2 => [val/1, val/2]}). ">>), ok. dialyzer_attrs(suite) -> |