From db0f83ffc383e72bac72fbfa11dc899c890419d5 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 14 Apr 2008 02:20:47 +0000 Subject: bootstraptest/test_knownbug.rb: wrong condition git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 7a3b5476e9..87efa9f968 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -114,9 +114,9 @@ assert_equal 'ok', %q{ def a() end begin if defined?(a(1).a) - :ok - else :ng + else + :ok end rescue :ng @@ -127,9 +127,9 @@ assert_equal 'ok', %q{ def a() end begin if defined?(a::B) - :ok - else :ng + else + :ok end rescue :ng -- cgit v1.2.3