Skip to content

Commit

Permalink
Include specific execution conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 5, 2024
1 parent b341dbc commit c51bbf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/examples/pass_maybe.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
-module(pass_maybe).

-if(?OTP_RELEASE >= 25).

-feature(maybe_expr, enable).

-endif.

-export([sum_numbers/2]).


Expand Down

0 comments on commit c51bbf6

Please sign in to comment.