Skip to content

Commit 943b94c

Browse files
committed
Fix type warning in test
1 parent 6d1d39a commit 943b94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/test/elixir/map_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ defmodule MapTest do
6666
try do
6767
1
6868
rescue
69-
_exception -> :exception
69+
_exception -> flunk("should not be invoked")
7070
else
7171
a -> a
7272
end => 1

0 commit comments

Comments
 (0)