Skip to content

Commit

Permalink
Reuse existing Exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlibob committed May 7, 2009
1 parent e35f508 commit 4e02f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ruby/tests/basic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ def test_exception
assert_equals( e1.message, e2.message )
else
# Ruby 1.9 and above
assert_equals( e1, YAML.load( YAML.dump( e1 ) ) )
assert_equals( e1, e2 )
end
end
end
Expand Down

0 comments on commit 4e02f79

Please sign in to comment.