Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/thread/abort_on_exception_spec.rb
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
lambda do
ThreadSpecs.state = :run
# Wait for the main thread to be interrupted
Thread.pass while @thread.alive?
sleep
end.should raise_error(RuntimeError, "Thread#abort_on_exception= specs")

ScratchPad << :after

0 comments on commit f405ad0

Please sign in to comment.