Skip to content

Commit

Permalink
* yarvtest/yarvtest.rb : fix to compare results
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Jan 5, 2007
1 parent ed9d408 commit c5a0c3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Fri Jan 5 21:03:08 2007 Koichi Sasada <[email protected]>

* yarvtest/yarvtest.rb : fix to compare results

Fri Jan 5 20:52:56 2007 Koichi Sasada <[email protected]>

* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.
Expand Down
2 changes: 1 addition & 1 deletion yarvtest/yarvtest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def ae str
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
Expand Down

0 comments on commit c5a0c3b

Please sign in to comment.