Skip to content

Commit

Permalink
Remove warning in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed Jul 29, 2011
1 parent c1ceb91 commit e138cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gen_supervisor_tests.erl
Expand Up @@ -18,7 +18,7 @@ gen_supervisor_test_() ->
{ok, SupPid} = test_sup:start_link(),
SupPid
end,
fun (SupPid) ->
fun (_SupPid) ->
application:stop(gen_supervisor)
end,
[
Expand Down

0 comments on commit e138cd8

Please sign in to comment.