From 48a42a0387a0924955c8cf31f880bdecbf6023a8 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 19 May 2008 07:30:41 +0000 Subject: add a test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bootstraptest') diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index afa258eb11..d5845d149e 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -100,3 +100,7 @@ assert_equal 'ok', %q{ :ok end }, '[ruby-dev:34579]' + +assert_normal_exit %q{ + eval("", method(:proc).call {}.binding) +} -- cgit v1.2.3