summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-21 13:11:11 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-21 14:27:28 -0400
commit16b0bb3d5370c48194e220bf4083887a316f4575 (patch)
tree5a1c6a63a4fb74e578c9916bae9e0bdebe7c6aff
parentbcbfc675a41579e72eb56e4fc50ddf203592868a (diff)
[PRISM] Enable TestSyntax#test_warn_balanced
-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 e611d13ce9..4809924acc 100644
--- a/test/.excludes-prism/TestSyntax.rb
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -1,7 +1,6 @@
exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")
exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
exclude(:test_unterminated_heredoc_cr, "quoted \r heredoc terminators should not match \r\n")
-exclude(:test_warn_balanced, "missing warning for ** being interpreted as a binary operator")
exclude(:test_duplicated_when, "https://bugs.ruby-lang.org/issues/20401")
exclude(:test_optional_self_reference, "https://bugs.ruby-lang.org/issues/20478")