Skip to content

Commit 418ab76

Browse files
committed
Avoid warnings during parser_test.exs suite
1 parent 5c29b7e commit 418ab76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/elixir/test/elixir/kernel/parser_test.exs

-3
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,6 @@ defmodule Kernel.ParserTest do
641641
assert string_to_quoted.(~s("""\nhello\n""")) ==
642642
{:__block__, [delimiter: ~s["""], indentation: 0, line: 1], ["hello\n"]}
643643

644-
assert string_to_quoted.("'''\nhello\n'''") ==
645-
{:__block__, [delimiter: ~s['''], indentation: 0, line: 1], [~c"hello\n"]}
646-
647644
assert string_to_quoted.(~s[fn (1) -> "hello" end]) ==
648645
{:fn, [closing: [line: 1], line: 1],
649646
[

0 commit comments

Comments
 (0)