summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-02-06 11:35:33 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-02-06 11:35:33 -0800
commit030cfe952abe1f3bf12df0fbfdafa6c10ff1dc18 (patch)
tree4ff28f3d6d649d8cc5ad05856b5c7d3d38626cb9
parent2e8f82404c3911618e3dc3bec3a9e5e6b414f95a (diff)
downloadpsych-030cfe952abe1f3bf12df0fbfdafa6c10ff1dc18.tar.gz
sync with ruby trunk
-rw-r--r--test/psych/test_exception.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/psych/test_exception.rb b/test/psych/test_exception.rb
index 5615fc2..46dece4 100644
--- a/test/psych/test_exception.rb
+++ b/test/psych/test_exception.rb
@@ -138,6 +138,7 @@ module Psych
rescue StandardError
assert true # count assertion
ensure
+ t.close(true)
return unless $!
ancestors = $!.class.ancestors.inspect