Skip to content

Commit f16bb3c

Browse files
committed
Remove use of IRScope.getFileName
Deprecated and removed.
1 parent 5d9ebfb commit f16bb3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/java_integration/utilities/jruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
require 'jruby'
2424
compiled = JRuby.compile_ir("foo = 1; bar = 2", 'foobar.rbx')
2525

26-
expect(compiled.file_name).to eql 'foobar.rbx'
26+
expect(compiled.file).to eql 'foobar.rbx'
2727
end
2828
end
2929

0 commit comments

Comments
 (0)