Skip to content

Commit

Permalink
Remove TimeoutTestException because of no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Feb 11, 2021
1 parent ea54367 commit 6119e0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/stdlib/Timeout_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ class TimeoutSingletonTest < Test::Unit::TestCase
library "timeout"
testing "singleton(::Timeout)"

class TimeoutTestException < Exception; end # exception class for test

def test_timeout
proc = Proc.new { |sec| sec * sec }
assert_send_type "(::Integer sec) { (::Integer sec) -> ::Integer } -> ::Integer",
Expand Down

0 comments on commit 6119e0d

Please sign in to comment.