aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
blob: 8eea8ec146e5ea7549a3e45e7c284e903baa5186 (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.
#

assert_normal_exit %q{
  r = Range.allocate
  def r.<=>(o) true end
  r.instance_eval { initialize r, r }
  r.inspect
}