Fix typo in the GC patch

This commit is contained in:
Eric Davis
2011-09-20 09:31:37 -07:00
parent b98703cddf
commit 77b105530f

View File

@@ -93,7 +93,7 @@ end
class ActiveSupport::TestCase
begin
require 'ruby_gc_test_patchs'
require 'ruby_gc_test_patch'
include RubyGcTestPatch
rescue LoadError
end