Skip to content

Commit

Permalink
fix some tests on < 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Aug 20, 2024
1 parent aa2bea7 commit 0477bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elixir_sense/core/compiler_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if true or Version.match?(System.version(), ">= 1.17.0-dev") do
else
Record.defrecordp(:elixir_ex,
caller: false,
prematch: :raise,
prematch: if(Version.match?(System.version(), ">= 1.15.0-dev"), do: :raise, else: :warn),
stacktrace: false,
unused: {%{}, 0},
vars: {%{}, false}
Expand Down

0 comments on commit 0477bf8

Please sign in to comment.