From d1999f393faf98610125403dd01e11b532011ed7 Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 1 Jul 2011 22:25:32 +0000 Subject: * test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/matrix/test_matrix.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/matrix') diff --git a/test/matrix/test_matrix.rb b/test/matrix/test_matrix.rb index 13cc32800b..26248e5746 100644 --- a/test/matrix/test_matrix.rb +++ b/test/matrix/test_matrix.rb @@ -318,7 +318,6 @@ class TestMatrix < Test::Unit::TestCase def test_exp assert_equal(Matrix[[67,96],[48,99]], Matrix[[7,6],[3,9]] ** 2) assert_equal(Matrix.I(5), Matrix.I(5) ** -1) - assert_raise(Matrix::ErrOperationNotImplemented) { Matrix.I(5) ** 1.0 } assert_raise(Matrix::ErrOperationNotDefined) { Matrix.I(5) ** Object.new } end -- cgit v1.2.3