From 16b0bb3d5370c48194e220bf4083887a316f4575 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Tue, 21 May 2024 13:11:11 -0400 Subject: [PRISM] Enable TestSyntax#test_warn_balanced --- test/.excludes-prism/TestSyntax.rb | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3