Skip to content

Commit

Permalink
Update test/wasmex_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi authored Jul 12, 2024
1 parent 1cf1808 commit db1589b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/wasmex_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ defmodule WasmexTest do
test t(&Wasmex.call_function/3) <> " v128_v128(v128) -> v128 function", %{instance: instance} do
assert {:ok, [42]} == Wasmex.call_function(instance, :v128_v128, [42])

# max 128 bit integer
max_128_bit_int = 340_282_366_920_938_463_463_374_607_431_768_211_455

assert {:ok, [max_128_bit_int]} ==
Expand Down

0 comments on commit db1589b

Please sign in to comment.