Skip to content

Commit d763e35

Browse files
committed
JIT : fixup test
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 926ab74 commit d763e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/libs/jit/jit_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ compile_minimal_x86_64_test() ->
4242
{_LabelsCount, Stream3} = jit:compile(
4343
?CODE_CHUNK_0, fun(_) -> undefined end, fun(_) -> undefined end, jit_x86_64, Stream2
4444
),
45-
{Stream4, _} = jit_x86_64:stream(Stream3),
45+
Stream4 = jit_x86_64:stream(Stream3),
4646
<<16:32, LabelsCount:32, ?JIT_FORMAT_VERSION:16, 1:16, ?JIT_ARCH_X86_64:16, ?JIT_VARIANT_PIC:16,
4747
0:32, Code/binary>> = Stream4,
4848
{JumpTable, _} = split_binary(Code, (LabelsCount + 1) * 5),

0 commit comments

Comments
 (0)