From 9c7aab17a54996b7320e7bc34230a1aab7f7a115 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 27 Nov 2007 01:47:34 +0000 Subject: * eval.c (rb_method_missing): fix stack trace. * bootstraptest/test_knownbug.rb: move solved tests. * bootstraptest/test_method.rb, test/ruby/test_regexp.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_method.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstraptest/test_method.rb') diff --git a/bootstraptest/test_method.rb b/bootstraptest/test_method.rb index 7c2d6652a1..89488a40bc 100644 --- a/bootstraptest/test_method.rb +++ b/bootstraptest/test_method.rb @@ -1021,3 +1021,8 @@ assert_equal 'ok', %q{ :ok end } + +assert_not_match /method_missing/, %q{ + STDERR.reopen(STDOUT) + variable_or_mehtod_not_exist +} -- cgit v1.2.3