summaryrefslogtreecommitdiff
path: root/yarvtest
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-05 12:04:15 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-05 12:04:15 +0000
commitc5a0c3be2e604e64ffa9cb77d758ac10eedecce9 (patch)
treec96c72763ba93490775311adb3fbd49b53ba377f /yarvtest
parented9d4087f6bcccf82f08de670942cf51c4a0a54c (diff)
* yarvtest/yarvtest.rb : fix to compare results
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvtest')
-rw-r--r--yarvtest/yarvtest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarvtest/yarvtest.rb b/yarvtest/yarvtest.rb
index 20085efe19..04cfd257e4 100644
--- a/yarvtest/yarvtest.rb
+++ b/yarvtest/yarvtest.rb
@@ -96,7 +96,7 @@ class YarvTestBase < Test::Unit::TestCase
puts "ruby (#$ruby): #{ruby}"
end
- assert_equal(ruby.gsub(/\r/, ''), ruby.gsub(/\r/, ''))
+ assert_equal(matzruby.gsub(/\r/, ''), ruby.gsub(/\r/, ''), str)
# store/load test
if false # || true