style: remove unnecessary ifdef(TEST)
This commit is contained in:
parent
f0c13e0134
commit
a20797160e
|
@ -26,8 +26,6 @@
|
||||||
|
|
||||||
-include_lib("eunit/include/eunit.hrl").
|
-include_lib("eunit/include/eunit.hrl").
|
||||||
|
|
||||||
-ifdef(TEST).
|
|
||||||
|
|
||||||
trim1_test_() ->
|
trim1_test_() ->
|
||||||
[
|
[
|
||||||
?_assertEqual(trim(<<>>), <<>>),
|
?_assertEqual(trim(<<>>), <<>>),
|
||||||
|
@ -213,5 +211,3 @@ optimize_patterns_test_() ->
|
||||||
optimize_patterns([<<"test">>, <<"t">>, <<"t">>])
|
optimize_patterns([<<"test">>, <<"t">>, <<"t">>])
|
||||||
)
|
)
|
||||||
].
|
].
|
||||||
|
|
||||||
-endif.
|
|
||||||
|
|
Loading…
Reference in New Issue