summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/beam_lib_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/beam_lib_SUITE.erl')
-rw-r--r--lib/stdlib/test/beam_lib_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/beam_lib_SUITE.erl b/lib/stdlib/test/beam_lib_SUITE.erl
index 4b2694320e..1c89c1e828 100644
--- a/lib/stdlib/test/beam_lib_SUITE.erl
+++ b/lib/stdlib/test/beam_lib_SUITE.erl
@@ -891,7 +891,7 @@ simple_file(File, Module, F) ->
ok = file:write_file(File, B).
run_if_crypto_works(Test) ->
- try begin crypto:start(), crypto:info(), crypto:stop(), ok end of
+ try begin crypto:start(), crypto:stop(), ok end of
ok ->
Test()
catch