aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_dispatcher.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_dispatcher.erl')
-rw-r--r--src/cowboy_dispatcher.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cowboy_dispatcher.erl b/src/cowboy_dispatcher.erl
index e0f121e..445e8fa 100644
--- a/src/cowboy_dispatcher.erl
+++ b/src/cowboy_dispatcher.erl
@@ -32,7 +32,9 @@
-export_type([tokens/0]).
-export_type([dispatch_rules/0]).
+-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
+-endif.
%% API.