Skip to content

Commit

Permalink
remove part of 9cd7191 test for same reason as 5306e47
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed May 31, 2014
1 parent 6bf1ee7 commit 35d4137
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/t/kernel.rb
Expand Up @@ -586,8 +586,5 @@ def recurse(count, stop)
end

assert_equal 6, recurse(0, 5)
assert_raise RuntimeError do
recurse(0, 100000)
end
end

0 comments on commit 35d4137

Please sign in to comment.