We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219bcc9 commit fb7b345Copy full SHA for fb7b345
lib/elixir/test/elixir/fixtures/dialyzer/struct_update.ex
lib/elixir/test/elixir/kernel/dialyzer_test.exs
@@ -116,11 +116,6 @@ defmodule Kernel.DialyzerTest do
116
assert_dialyze_no_warnings!(context)
117
end
118
119
- test "no warnings on struct update", context do
120
- copy_beam!(context, Dialyzer.StructUpdate)
121
- assert_dialyze_no_warnings!(context)
122
- end
123
-
124
@tag warnings: [:specdiffs]
125
test "no warnings on protocol calls with opaque types", context do
126
alias Dialyzer.ProtocolOpaque
0 commit comments