aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/beam_lib_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-02-25 15:40:16 +0100
committerBjörn Gustavsson <[email protected]>2016-03-09 12:08:36 +0100
commit511ff3279897028cabace38388d475eb4e4c56ec (patch)
tree43be20aad11a7d277d23499294415886443b6483 /lib/stdlib/test/beam_lib_SUITE.erl
parentec35c6439d3707801c7527dd2ea01ef0aa0421ed (diff)
downloadotp-511ff3279897028cabace38388d475eb4e4c56ec.tar.gz
otp-511ff3279897028cabace38388d475eb4e4c56ec.tar.bz2
otp-511ff3279897028cabace38388d475eb4e4c56ec.zip
Replace use of test_server:format/2 with io:format/2
There is no practial difference.
Diffstat (limited to 'lib/stdlib/test/beam_lib_SUITE.erl')
-rw-r--r--lib/stdlib/test/beam_lib_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stdlib/test/beam_lib_SUITE.erl b/lib/stdlib/test/beam_lib_SUITE.erl
index 37e17306a4..54a0dc3259 100644
--- a/lib/stdlib/test/beam_lib_SUITE.erl
+++ b/lib/stdlib/test/beam_lib_SUITE.erl
@@ -741,7 +741,6 @@ set_byte(File, Pos, Byte) ->
?line file:close(Fd).
copy_file(Src, Dest) ->
- % ?t:format("copying from ~p to ~p~n", [Src, Dest]),
?line {ok, _} = file:copy(Src, Dest),
?line ok = file:change_mode(Dest, 8#0666).