diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-18 07:18:56 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-18 07:18:56 +0000 |
| commit | e756f17a769cc72d003001352b2c92bcf0a98f3e (patch) | |
| tree | f09cede74019f7be21cee0ba0a5703cc0c147060 /test/ruby/test_system.rb | |
| parent | 0512a3ab5a21f6969fc1b149de7b7ddd39881bdd (diff) | |
| download | ruby-e756f17a769cc72d003001352b2c92bcf0a98f3e.tar.gz ruby-e756f17a769cc72d003001352b2c92bcf0a98f3e.tar.xz ruby-e756f17a769cc72d003001352b2c92bcf0a98f3e.zip | |
use ML ref. for assertion message.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_system.rb')
| -rw-r--r-- | test/ruby/test_system.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index 0db661810..7524b2e7a 100644 --- a/test/ruby/test_system.rb +++ b/test/ruby/test_system.rb @@ -69,7 +69,7 @@ class TestSystem < Test::Unit::TestCase end end - def test_empty_evstr # [ruby-dev:25113] - assert_equal("", eval('"#{}"', nil, __FILE__, __LINE__)) + def test_empty_evstr + assert_equal("", eval('"#{}"', nil, __FILE__, __LINE__), "[ruby-dev:25113]") end end |
