diff options
author | Sverker Eriksson <[email protected]> | 2016-12-19 18:33:05 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-12-19 18:33:05 +0100 |
commit | f8bc348d6a717e84709eaebf8ebd882f41052c24 (patch) | |
tree | f19db07e6a9d7394642ac4b43ef3351e7a1a03f2 /erts/emulator/test | |
parent | fc33532623244ff784c575a72deb68655430a273 (diff) | |
parent | 01c893ba18d524cd4868533b79ae2dd8bc395e7e (diff) | |
download | otp-f8bc348d6a717e84709eaebf8ebd882f41052c24.tar.gz otp-f8bc348d6a717e84709eaebf8ebd882f41052c24.tar.bz2 otp-f8bc348d6a717e84709eaebf8ebd882f41052c24.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/test')
-rw-r--r-- | erts/emulator/test/port_SUITE.erl | 2 |
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 -> |