From 9c00c1234d39eef8d42c63aa95353def7ee6a1da Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Dec 2011 05:34:34 +0000 Subject: * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follow allocation framework right now. [ruby-core:41710] [Bug #5773] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/bigdecimal/test_bigdecimal.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/bigdecimal/test_bigdecimal.rb') diff --git a/test/bigdecimal/test_bigdecimal.rb b/test/bigdecimal/test_bigdecimal.rb index a9524bb2ae..e855d5617d 100644 --- a/test/bigdecimal/test_bigdecimal.rb +++ b/test/bigdecimal/test_bigdecimal.rb @@ -19,6 +19,10 @@ class TestBigDecimal < Test::Unit::TestCase [ BigDecimal::ROUND_FLOOR, :floor], ] + def assert_allocate + assert_raise(TypeError) {BigDecimal.allocate} + end + def assert_nan(x) assert(x.nan?, "Expected #{x.inspect} to be NaN") end -- cgit v1.2.3