* yarvtest/yarvtest.rb : fix to compare results

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-01-05 12:04:15 +00:00
parent ed9d4087f6
commit c5a0c3be2e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 5 21:03:08 2007 Koichi Sasada <ko1@atdot.net>
* yarvtest/yarvtest.rb : fix to compare results
Fri Jan 5 20:52:56 2007 Koichi Sasada <ko1@atdot.net>
* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.

View File

@ -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