From 68543f30921c52cb1bf5c041879a232b41ba6580 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 18 Nov 2007 07:18:56 +0000 Subject: use ML ref. for assertion message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_system.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ruby/test_system.rb') diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index 0db6618104..7524b2e7af 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 -- cgit v1.2.1