Skip to content

Commit 518471b

Browse files
committed
Revert "deprecation warning when using the old __jsend! internal method (no longer in 9K)"
This reverts commit f7b8a8a. Conflicts: core/src/main/java/org/jruby/javasupport/binding/Initializer.java test/test_higher_javasupport.rb
1 parent 7d07f90 commit 518471b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/jruby/test_higher_javasupport.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,13 +1260,6 @@ def test_null_toString
12601260
assert nil == org.jruby.javasupport.test.NullToString.new.to_s
12611261
end
12621262

1263-
def test___jsend! # expected to work (with a deprecation) under 1.7
1264-
verbose, $VERBOSE = $VERBOSE, nil
1265-
java.lang.Long.new(111).__jsend! :toString
1266-
ensure
1267-
$VERBOSE = verbose
1268-
end
1269-
12701263
# JRUBY-2277
12711264
# kind of a strange place for this test, but the error manifested
12721265
# when JI was enabled. the actual bug was a problem in alias_method,

0 commit comments

Comments
 (0)