Skip to content

Commit f76dc86

Browse files
committed
Remove outdated test
1 parent 4d29054 commit f76dc86

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/elixir/test/elixir/macro_test.exs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ defmodule MacroTest do
136136
test "does not add context to quote" do
137137
assert Macro.escape({:quote, [], [[do: :foo]]}) == {:{}, [], [:quote, [], [[do: :foo]]]}
138138
end
139-
140-
test "inspects container when a reference cannot be escaped" do
141-
assert_raise ArgumentError, ~r"~r/foo/ contains a reference", fn ->
142-
Macro.escape(%{~r/foo/ | re_pattern: make_ref()})
143-
end
144-
end
145139
end
146140

147141
describe "expand_once/2" do

0 commit comments

Comments
 (0)