summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestRubyLiteral.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-03-26 14:56:17 -0400
committerKevin Newton <kddnewton@gmail.com>2024-03-27 08:34:42 -0400
commit8b2fc859703fe3be0408f05b8734cc7624017f96 (patch)
tree559af3db14162ef2aad1054f663a263878afc7d7 /test/.excludes-prism/TestRubyLiteral.rb
parent6f8a252e96715a72f5aef20e081a0efe7d66a850 (diff)
[PRISM] Enable passing frozen string in array test
Diffstat (limited to 'test/.excludes-prism/TestRubyLiteral.rb')
-rw-r--r--test/.excludes-prism/TestRubyLiteral.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestRubyLiteral.rb b/test/.excludes-prism/TestRubyLiteral.rb
index 1f78ea55a4..4cfe25215e 100644
--- a/test/.excludes-prism/TestRubyLiteral.rb
+++ b/test/.excludes-prism/TestRubyLiteral.rb
@@ -1,4 +1,3 @@
exclude(:test_dregexp, "unknown")
-exclude(:test_frozen_string_in_array_literal, "incorrect frozen value")
exclude(:test_hash_duplicated_key, "parser implementation dependent")
exclude(:test_string, "https://github.com/ruby/prism/issues/2331")