aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_bstr.erl
diff options
context:
space:
mode:
authorEgobrain <[email protected]>2013-04-18 18:14:40 +0400
committerEgobrain <[email protected]>2013-04-26 17:08:53 +0400
commit3bf5b46786136a004b4085098c9b46cd47295774 (patch)
tree9c21fef0d187a5587226c3bd4805b24411f87533 /src/cowboy_bstr.erl
parent61b3157ad14ae49da3ac6b33643a876eb18bbf2a (diff)
downloadcowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.gz
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.bz2
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.zip
Removed asserts from unit tests
Diffstat (limited to 'src/cowboy_bstr.erl')
-rw-r--r--src/cowboy_bstr.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cowboy_bstr.erl b/src/cowboy_bstr.erl
index 01ed9ae..0c1f66a 100644
--- a/src/cowboy_bstr.erl
+++ b/src/cowboy_bstr.erl
@@ -24,10 +24,6 @@
-export([char_to_lower/1]).
-export([char_to_upper/1]).
--ifdef(TEST).
--include_lib("eunit/include/eunit.hrl").
--endif.
-
%% @doc Capitalize a token.
%%
%% The first letter and all letters after a dash are capitalized.