Skip to content

Commit fb7b345

Browse files
committed
Remove deprecation warning from Dialyzer suite
1 parent 219bcc9 commit fb7b345

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

lib/elixir/test/elixir/fixtures/dialyzer/struct_update.ex

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/elixir/test/elixir/kernel/dialyzer_test.exs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ defmodule Kernel.DialyzerTest do
116116
assert_dialyze_no_warnings!(context)
117117
end
118118

119-
test "no warnings on struct update", context do
120-
copy_beam!(context, Dialyzer.StructUpdate)
121-
assert_dialyze_no_warnings!(context)
122-
end
123-
124119
@tag warnings: [:specdiffs]
125120
test "no warnings on protocol calls with opaque types", context do
126121
alias Dialyzer.ProtocolOpaque

0 commit comments

Comments
 (0)