make v optional as prefix to version in git_vsn
This commit is contained in:
parent
26c600922e
commit
7c37ecf949
2 changed files with 8 additions and 11 deletions
|
@ -1,8 +1,6 @@
|
|||
%%% @copyright Erlware, LLC.
|
||||
-module(ec_plists_tests).
|
||||
|
||||
-ifdef(DEV_ONLY).
|
||||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
%%%===================================================================
|
||||
|
@ -76,4 +74,3 @@ ftmap_bad_test() ->
|
|||
?assertMatch([{value, 1}, {error,{throw,test_exception}}, {value, 3},
|
||||
{value, 4}, {value, 5}] , Results).
|
||||
|
||||
-endif.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue