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 6d1d39a commit 943b94cCopy full SHA for 943b94c
lib/elixir/test/elixir/map_test.exs
@@ -66,7 +66,7 @@ defmodule MapTest do
66
try do
67
1
68
rescue
69
- _exception -> :exception
+ _exception -> flunk("should not be invoked")
70
else
71
a -> a
72
end => 1
0 commit comments