Skip to content

Commit 2753129

Browse files
committed
Merge pull request #1248 from bettio/fix-elixir-warnings
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
2 parents f6b7143 + 556c413 commit 2753129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/libs/exavmlib/Tests.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#
2020

2121
defmodule Tests do
22+
23+
@compile {:no_warn_undefined, :undef}
24+
2225
def start() do
2326
:ok = IO.puts("Running Elixir tests")
2427
:ok = test_enum()

0 commit comments

Comments
 (0)