From 3bf5b46786136a004b4085098c9b46cd47295774 Mon Sep 17 00:00:00 2001 From: Egobrain Date: Thu, 18 Apr 2013 18:14:40 +0400 Subject: Removed asserts from unit tests --- src/cowboy_bstr.erl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cowboy_bstr.erl') 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. -- cgit v1.2.3