From ffcc722e01a832ab658cb437fefb172c85e83960 Mon Sep 17 00:00:00 2001 From: Led Date: Tue, 20 Aug 2024 00:16:16 +0300 Subject: [PATCH] Unlock json_tests for Erlang/OTP >= 27 --- test/json_tests.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/json_tests.erl b/test/json_tests.erl index c574345a..a917e174 100644 --- a/test/json_tests.erl +++ b/test/json_tests.erl @@ -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"). @@ -426,5 +424,3 @@ multi_stream_decode(Strs) -> io:fwrite("~p '~ts'~n~p~n", [R1, ContBin, Other]), error end. --endif. --endif.