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

# massign
assert_equal '2', 'a, a = 1, 2; a', "[ruby-dev:31522]"