aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-11-10 19:55:40 +0100
committerSverker Eriksson <[email protected]>2016-12-19 14:09:23 +0100
commitf5627a66cec1b2e75264ee17b38f1e6d794bb671 (patch)
tree678e08725f9e364190fbdb4f0105b29752f1a8ad /erts
parent1715b9284643150da0f3ea43df42df1a4a90e144 (diff)
downloadotp-f5627a66cec1b2e75264ee17b38f1e6d794bb671.tar.gz
otp-f5627a66cec1b2e75264ee17b38f1e6d794bb671.tar.bz2
otp-f5627a66cec1b2e75264ee17b38f1e6d794bb671.zip
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 ->