summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestRubyLiteral.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-04-02 10:28:40 -0400
committerKevin Newton <kddnewton@gmail.com>2024-04-02 10:28:40 -0400
commit85e5a99e3689861723af8c46c85db1a3273fcd60 (patch)
tree76509b30d7874154026dbfee3cad41275d4de69a /test/.excludes-prism/TestRubyLiteral.rb
parent3d1d1435c1556f8a86ed6d483b586b844e39f896 (diff)
[PRISM] Document more reasons for failures
Diffstat (limited to 'test/.excludes-prism/TestRubyLiteral.rb')
-rw-r--r--test/.excludes-prism/TestRubyLiteral.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestRubyLiteral.rb b/test/.excludes-prism/TestRubyLiteral.rb
index 1174baa95f..bf5dbcd36a 100644
--- a/test/.excludes-prism/TestRubyLiteral.rb
+++ b/test/.excludes-prism/TestRubyLiteral.rb
@@ -1,6 +1,6 @@
exclude(:test_debug_frozen_string_in_array_literal, "unknown")
exclude(:test_debug_frozen_string, "unknown")
-exclude(:test_dregexp, "unknown")
+exclude(:test_dregexp, "https://github.com/ruby/prism/issues/2664")
exclude(:test_hash_value_omission, "unknown")
exclude(:test_integer, "unknown")
exclude(:test_string, "https://github.com/ruby/prism/issues/2331")