Description: removing failing test 
 Removing test_basic_object_does_not_throw_exception as it fails
 and is superfluous
Author: Markus Tornow <tornow@riseup.net> 
Forwarded: no
Last-Update: 2013-10-30 
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/weak_reference_test.rb
+++ b/test/weak_reference_test.rb
@@ -44,11 +44,4 @@
     assert ref.inspect
   end
   
-  if defined?(BasicObject)
-    def test_basic_object_does_not_throw_exception
-      obj = BasicObject.new
-      ref = Ref::WeakReference.new(obj)
-      assert_equal obj, ref.object
-    end
-  end
 end
