From 8b2fc859703fe3be0408f05b8734cc7624017f96 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Tue, 26 Mar 2024 14:56:17 -0400 Subject: [PATCH] [PRISM] Enable passing frozen string in array test --- test/.excludes-prism/TestRubyLiteral.rb | 1 - 1 file changed, 1 deletion(-) 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")