Make work with OTP 17

This commit is contained in:
Jesse Gumm 2014-04-11 01:37:44 -05:00
parent 6f9ca7d13c
commit 58a92482d1

View file

@ -1,5 +1,5 @@
% vim:ts=4 sw=4 et ft=erlang % vim:ts=4 sw=4 et ft=erlang
{require_otp_vsn, "R13B04|R14|R15|R16"}. {require_otp_vsn, "R13B04|R14|R15|R16|17"}.
{cover_enabled, true}. {cover_enabled, true}.