Skip to content

Commit

Permalink
Merge pull request #149 from lemenkov/r18_deprecation
Browse files Browse the repository at this point in the history
Remove deprecation warning since r18
  • Loading branch information
uwiger committed Dec 12, 2017
2 parents 6a4fff3 + c53fe03 commit 42bfd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gproc_tests.erl
Expand Up @@ -24,7 +24,7 @@
-include_lib("eunit/include/eunit.hrl").
-include_lib("stdlib/include/qlc.hrl").

-define(T_NAME, {n, l, {?MODULE, ?LINE, erlang:now()}}).
-define(T_NAME, {n, l, {?MODULE, ?LINE, erlang:timestamp()}}).

conf_test_() ->
{foreach,
Expand Down

0 comments on commit 42bfd0a

Please sign in to comment.