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

assert_normal_exit %{
  def foo(&block)
    yield if block
  end
  foo(&:bar)
}, '[ruby-core:14279]'