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 d13f415 commit ffa3ef1Copy full SHA for ffa3ef1
lib/elixir/test/elixir/kernel/parser_test.exs
@@ -1071,11 +1071,6 @@ defmodule Kernel.ParserTest do
1071
1072
defp parse!(string), do: Code.string_to_quoted!(string)
1073
1074
- defp assert_token_missing(given_messages, string) do
1075
- e = assert_raise TokenMissingError, fn -> parse!(string) end
1076
- assert_exception_msg(e, given_messages)
1077
- end
1078
-
1079
defp assert_syntax_error(given_messages, source) do
1080
e = assert_raise SyntaxError, fn -> parse!(source) end
1081
assert_exception_msg(e, given_messages)
0 commit comments