diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-22 18:21:32 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-22 18:21:32 +0000 |
| commit | 736cfb21e9bf1914800f210cce0068bba7d96dc8 (patch) | |
| tree | c79ed70f41ffeccbf6cd23e617f25e250e3f1165 | |
| parent | 3b436cdb91615afd68bd8af30e917971fb7076a6 (diff) | |
| download | ruby-736cfb21e9bf1914800f210cce0068bba7d96dc8.tar.gz ruby-736cfb21e9bf1914800f210cce0068bba7d96dc8.tar.xz ruby-736cfb21e9bf1914800f210cce0068bba7d96dc8.zip | |
* test/ruby/test_module.rb (TestModule#test_alias): warning
message updated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | test/ruby/test_module.rb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed Jul 22 19:29:26 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * test/ruby/test_module.rb (TestModule#test_alias): warning + message updated. + Thu Jul 23 00:39:25 2009 <nobu@ruby-lang.org> * common.mk (class.o): depends on vm_core.h. diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index 03fd2d9b9..99b9849d9 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -530,7 +530,7 @@ class TestModule < Test::Unit::TestCase m.class_eval { alias foo bar } end - assert_in_out_err([], <<-INPUT, %w(2), /warning: discarding old foo$/) + assert_in_out_err([], <<-INPUT, %w(2), /discarding old foo$/) $VERBOSE = true c = Class.new c.class_eval do |
