We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842ae0a commit fcc5863Copy full SHA for fcc5863
1 file changed
test/jruby/test_higher_javasupport.rb
@@ -859,15 +859,6 @@ def test_empty_list_each_should_not_blow_up_interpreter
859
assert_nothing_raised { Collections::EMPTY_LIST.each {|element| } }
860
end
861
862
- def test_already_loaded_proxies_should_still_see_extend_proxy
863
- JavaUtilities.extend_proxy('java.util.List') do
864
- def foo
865
- true
866
- end
867
868
- assert_equal(true, Foo::ArrayList.new.foo)
869
870
-
871
def test_same_proxy_does_not_raise
872
# JString already included and it is the same proxy, so do not throw an error
873
# (e.g. intent of java_import already satisfied)
0 commit comments