Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/jruby/test_higher_javasupport.rb
Original file line number Diff line number Diff line change
@@ -1260,13 +1260,6 @@ def test_null_toString
assert nil == org.jruby.javasupport.test.NullToString.new.to_s
end

def test___jsend! # expected to work (with a deprecation) under 1.7
verbose, $VERBOSE = $VERBOSE, nil
java.lang.Long.new(111).__jsend! :toString
ensure
$VERBOSE = verbose
end

# JRUBY-2277
# kind of a strange place for this test, but the error manifested
# when JI was enabled. the actual bug was a problem in alias_method,

0 comments on commit 518471b

Please sign in to comment.