aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_knownbug.rb
blob: 382f027b34526b29c5202349b29f79dd5503f7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#

# catch/throw
assert_equal 'ok', %q{
  begin
    catch {|t| throw t, :ok }
  rescue ArgumentError
    :ng
  end
}, '[ruby-dev:31609]'