Skip to content

Commit

Permalink
Merge pull request #1248 from bettio/fix-elixir-warnings
Browse files Browse the repository at this point in the history
Fix Elixir warning

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Aug 17, 2024
2 parents f6b7143 + 556c413 commit 2753129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/libs/exavmlib/Tests.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#

defmodule Tests do

@compile {:no_warn_undefined, :undef}

def start() do
:ok = IO.puts("Running Elixir tests")
:ok = test_enum()
Expand Down

0 comments on commit 2753129

Please sign in to comment.