make v optional as prefix to version in git_vsn

This commit is contained in:
Tristan Sloughter 2015-09-19 13:05:52 -05:00
parent 26c600922e
commit 7c37ecf949
2 changed files with 8 additions and 11 deletions

View file

@ -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.