Browse Source

Fix a small warning in eunit_SUITE

Loïc Hoguin 12 years ago
parent
commit
6edea1c123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/eunit_SUITE.erl

+ 1 - 1
test/eunit_SUITE.erl

@@ -27,5 +27,5 @@
 all() ->
 	[eunit].
 
-eunit(Config) ->
+eunit(_) ->
 	ok = eunit:test({application, cowboy}).