aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-05 23:35:13 +0100
committerLoïc Hoguin <[email protected]>2013-01-05 23:35:13 +0100
commit6edea1c12389444ce05e73733140591e49f6ee86 (patch)
tree734853d89380060fc07963e2cc8d24a93a867704 /test
parentc930327fbff6bedb3607185b971b9a1fbed9af8c (diff)
downloadcowboy-6edea1c12389444ce05e73733140591e49f6ee86.tar.gz
cowboy-6edea1c12389444ce05e73733140591e49f6ee86.tar.bz2
cowboy-6edea1c12389444ce05e73733140591e49f6ee86.zip
Fix a small warning in eunit_SUITE
Diffstat (limited to 'test')
-rw-r--r--test/eunit_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/eunit_SUITE.erl b/test/eunit_SUITE.erl
index d9272f9..a460890 100644
--- a/test/eunit_SUITE.erl
+++ b/test/eunit_SUITE.erl
@@ -27,5 +27,5 @@
all() ->
[eunit].
-eunit(Config) ->
+eunit(_) ->
ok = eunit:test({application, cowboy}).