Skip to content

Commit e6b075f

Browse files
author
José Valim
committed
Remove another invalid syntax sample
1 parent a453ea1 commit e6b075f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/elixir/test/elixir/kernel/cli_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ defmodule Kernel.CLI.SyntaxErrorTest do
6464
test :syntax_code_error do
6565
check_output('-e "[1,2"', '** (TokenMissingError) nofile:1: missing terminator: ]')
6666
check_output('-e "case 1 end"', %C"** (SyntaxError) nofile:1: unexpected token: end")
67-
check_output('-e "æ"', '** (SyntaxError) nofile:1: invalid token: æ')
6867
end
6968
end
7069

0 commit comments

Comments
 (0)