summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2026-01-08 12:26:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2026-01-08 13:29:23 +0900
commit725e3d0aa7ffe47765a973904b72eac65763834b (patch)
tree5f8c397f5057593ce11c05eb33ce3af603264993 /test/ruby
parent768862868472fb1800e556effb0e37be2fbaec52 (diff)
Fluent and/or is supported by Prism too now
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_syntax.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ruby/test_syntax.rb b/test/ruby/test_syntax.rb
index 94a2e03940..585e691765 100644
--- a/test/ruby/test_syntax.rb
+++ b/test/ruby/test_syntax.rb
@@ -1260,8 +1260,6 @@ eom
end
def test_fluent_and
- omit if /\+PRISM\b/ =~ RUBY_DESCRIPTION
-
assert_valid_syntax("a\n" "&& foo")
assert_valid_syntax("a\n" "and foo")
@@ -1285,8 +1283,6 @@ eom
end
def test_fluent_or
- omit if /\+PRISM\b/ =~ RUBY_DESCRIPTION
-
assert_valid_syntax("a\n" "|| foo")
assert_valid_syntax("a\n" "or foo")