Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jruby/test_require.rb
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ class Sample
threads << Thread.start {
begin
require 'gh4091-sample'
puts JRuby::Sample.new # fails
GH4091::Sample.new # failed in GH-4091
rescue Exception => e
unless $gh4091_error
$gh4091_error = e

0 comments on commit 390121b

Please sign in to comment.