aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-12-19 18:32:37 +0100
committerSverker Eriksson <[email protected]>2016-12-19 18:32:37 +0100
commit01c893ba18d524cd4868533b79ae2dd8bc395e7e (patch)
treec79805e13495cc3c527ec9dbf810e9f74e4090ef /erts
parent450e67573f4f0e9913d6a73409ea1fe256a406d3 (diff)
parentf5627a66cec1b2e75264ee17b38f1e6d794bb671 (diff)
downloadotp-01c893ba18d524cd4868533b79ae2dd8bc395e7e.tar.gz
otp-01c893ba18d524cd4868533b79ae2dd8bc395e7e.tar.bz2
otp-01c893ba18d524cd4868533b79ae2dd8bc395e7e.zip
Merge branch 'sverker/cuddle-port_SUITE' into maint
* sverker/cuddle-port_SUITE: erts: Fix faulty printout in port_SUITE
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/test/port_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/port_SUITE.erl b/erts/emulator/test/port_SUITE.erl
index d4e77d634a..23594aa8c4 100644
--- a/erts/emulator/test/port_SUITE.erl
+++ b/erts/emulator/test/port_SUITE.erl
@@ -2292,7 +2292,7 @@ maybe_to_list(List) ->
List.
format({Eol,List}) ->
- io_lib:format("tuple<~w,~s>",[Eol, maybe_to_list(List)]);
+ io_lib:format("tuple<~w,~w>",[Eol, maybe_to_list(List)]);
format(List) when is_list(List) ->
case list_at_least(50, List) of
true ->