We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 960e883 + 2c62a0f commit 4fefca1Copy full SHA for 4fefca1
1 file changed
test/erlang_blocks.erl
@@ -12,6 +12,10 @@
12
-feature(maybe_expr,enable).
13
-endif.
14
15
+-if(?OTP_RELEASE >= 29).
16
+-compile(nowarn_deprecated_catch).
17
+-endif.
18
+
19
-include_lib("eunit/include/eunit.hrl").
20
21
-include("test/helpers.hrl").
0 commit comments