# File lib/deep_test/spec/work_unit.rb, line 28
28:       def run_without_deadlock_protection
29:         output = capture_stdout do
30:           ::Spec::Runner.options.run_one_example(@identifier)
31:         end
32:         ::Spec::Runner.options.reporter.result(output)
33:       end