Skip to content

Commit

Permalink
Don't delete the C-API spec .o so debugging works.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 20, 2010
1 parent a9acae0 commit eb491fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/ruby/optional/capi/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ def compile_extension(path, name)
raise "Unable to link \"#{source}\""
end

# we don't need to leave the object file around
File.delete obj if File.exists? obj

File.open(signature, "w") { |f| f.puts CAPI_RUBY_SIGNATURE }

lib
Expand Down

0 comments on commit eb491fd

Please sign in to comment.