mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
ed9d4087f6
commit
c5a0c3be2e
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
Fri Jan 5 20:52:56 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.
|
* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ class YarvTestBase < Test::Unit::TestCase
|
||||||
puts "ruby (#$ruby): #{ruby}"
|
puts "ruby (#$ruby): #{ruby}"
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_equal(ruby.gsub(/\r/, ''), ruby.gsub(/\r/, ''))
|
assert_equal(matzruby.gsub(/\r/, ''), ruby.gsub(/\r/, ''), str)
|
||||||
|
|
||||||
# store/load test
|
# store/load test
|
||||||
if false # || true
|
if false # || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue