summaryrefslogtreecommitdiff
path: root/lib/asn1/test
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2020-05-08 11:53:21 +0200
committerRickard Green <rickard@erlang.org>2020-05-08 11:53:21 +0200
commitae48e045a87bf0a36fd36641dffdf397d120da4e (patch)
treedc796e52dc439aff0e75992d6eed916593998397 /lib/asn1/test
parentb39c4b2a64649fccb73ef4484a8e9e2d32804354 (diff)
parentecbc66470be44964f495fbdb1185cdd056825a9c (diff)
downloaderlang-ae48e045a87bf0a36fd36641dffdf397d120da4e.tar.gz
Merge branch 'maint'
* maint: Fix dirty check process code Fix literal area gc bug Suppress Dialyzer warnings of type no_match in generated files Correct printout that shows which encoding rules the tests are done for.
Diffstat (limited to 'lib/asn1/test')
-rw-r--r--lib/asn1/test/testEnumExt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/testEnumExt.erl b/lib/asn1/test/testEnumExt.erl
index b30750f7fc..cb01ad481f 100644
--- a/lib/asn1/test/testEnumExt.erl
+++ b/lib/asn1/test/testEnumExt.erl
@@ -41,7 +41,7 @@ main(Rule) when Rule =:= per; Rule =:= uper ->
B64 = roundtrip('Noext', red),
common(Rule);
main(Rule) when Rule =:= ber; Rule =:= jer ->
- io:format("main(ber)~n",[]),
+ io:format("main(~p)~n",[Rule]),
%% ENUMERATED with extensionmark (value is in root set)
roundtrip('Ext', red),