summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_zjit.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ruby/test_zjit.rb b/test/ruby/test_zjit.rb
index 8f83e858a6..28d25f88a4 100644
--- a/test/ruby/test_zjit.rb
+++ b/test/ruby/test_zjit.rb
@@ -1055,15 +1055,6 @@ class TestZJIT < Test::Unit::TestCase
}
end
-
- def test_opt_aref_with
- assert_compiles ':ok', %q{
- def aref_with(hash) = hash["key"]
-
- aref_with({ "key" => :ok })
- }
- end
-
def test_putself
assert_compiles '3', %q{
class Integer