summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestSyntax.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-03 12:38:16 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-03 13:32:32 -0400
commit31c69698a7684e43b4fa6a00629c1ee967fdf458 (patch)
tree192990e3d2367cac0b96465f25d4c44d273f68eb /test/.excludes-prism/TestSyntax.rb
parent2368dab1fa7a8069f62001ed52f4b999a3aac5e8 (diff)
[PRISM] Enable passing test for **nil
Diffstat (limited to 'test/.excludes-prism/TestSyntax.rb')
-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 db53263a26..464da0645e 100644
--- a/test/.excludes-prism/TestSyntax.rb
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -14,7 +14,6 @@ exclude(:test_heredoc_no_terminator, "unknown")
exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
exclude(:test_keyword_invalid_name, "unknown")
exclude(:test_keyword_self_reference, "unknown")
-exclude(:test_keywords_specified_and_not_accepted, "unknown")
exclude(:test_methoddef_endless_command, "unknown")
exclude(:test_numbered_parameter, "unknown")
exclude(:test_optional_self_reference, "unknown")