Skip to content

Commit

Permalink
remove unnecessary local variable.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
kosaki committed Jan 28, 2011
1 parent 29422e5 commit 6526985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ruby/test_require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def test_require_path_home_2

def test_require_path_home_3
env_rubypath, env_home = ENV["RUBYPATH"], ENV["HOME"]
pathname_too_long = /pathname too long \(ignored\).*\(LoadError\)/m

t = Tempfile.new(["test_ruby_test_require", ".rb"])
t.puts "p :ok"
Expand Down

0 comments on commit 6526985

Please sign in to comment.