Skip to content

Commit

Permalink
Unlock json_tests for Erlang/OTP >= 27
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Aug 19, 2024
1 parent 2ee7f6e commit ffcc722
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/json_tests.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
-module(json_tests).

-ifdef(OTP_RELEASE).
-if(?OTP_RELEASE < 27).
-compile({parse_transform, otpbp_pt}).

-include_lib("eunit/include/eunit.hrl").
Expand Down Expand Up @@ -426,5 +424,3 @@ multi_stream_decode(Strs) ->
io:fwrite("~p '~ts'~n~p~n", [R1, ContBin, Other]),
error
end.
-endif.
-endif.

0 comments on commit ffcc722

Please sign in to comment.