diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-26 01:55:51 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-26 01:55:51 +0000 |
commit | 9803f4f55a9804a6ff96df10087039dc5c1d5020 (patch) | |
tree | 15de42a07f3ece5df4b95842285723238a938c5f /test/bigdecimal/test_bigmath.rb | |
parent | 6c29e97c72227a88277ac31ba343ae487d9b1fb7 (diff) |
* test/bigdecimal/testbase.rb (teardown): should reset all modes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/bigdecimal/test_bigmath.rb')
-rw-r--r-- | test/bigdecimal/test_bigmath.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bigdecimal/test_bigmath.rb b/test/bigdecimal/test_bigmath.rb index 2870664bcf..fbeb06221b 100644 --- a/test/bigdecimal/test_bigmath.rb +++ b/test/bigdecimal/test_bigmath.rb @@ -1,8 +1,8 @@ -require "test/unit" -require "bigdecimal" +require_relative "testbase" require "bigdecimal/math" class TestBigMath < Test::Unit::TestCase + include TestBigDecimalBase include BigMath N = 20 PINF = BigDecimal("+Infinity") |