summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-17 09:45:08 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-17 10:33:42 -0400
commit4ba0579da651ef3373fce59034f0fcb8b0ad9e5f (patch)
tree54c9bb6c8258d06c3279a351ec77307277bc6698 /test
parent2d825ca7d0d8d57b49327c3760ec650776ebe60e (diff)
[PRISM] Enable TestSyntax#test_error_message_encoding
Diffstat (limited to 'test')
-rw-r--r--test/.excludes-prism/TestSyntax.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb
index 6e9f51604a..0505330b1c 100644
--- a/test/.excludes-prism/TestSyntax.rb
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -1,5 +1,4 @@
exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")
-exclude(:test_error_message_encoding, "syntax error message encoding")
exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
exclude(:test_numbered_parameter, "should raise syntax error for numbered parameters in inner blocks")
exclude(:test_unterminated_heredoc_cr, "quoted \r heredoc terminators should not match \r\n")