Current section

Files

Jump to
doctest src doctest_otp_check.hrl
Raw

src/doctest_otp_check.hrl

-ifdef(OTP_RELEASE).
-if(?OTP_RELEASE < 27).
-error("doctest requires OTP 27 or higher.").
-endif.
-else.
-error("doctest requires OTP 27 or higher.").
-endif.