From 70df09b76d1a13a55de1ebe6834ee359f403be89 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 24 Oct 2011 09:31:33 +0200 Subject: move DynamicSparseMatrix to SparseExtra --- test/sparse_product.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/sparse_product.cpp') diff --git a/test/sparse_product.cpp b/test/sparse_product.cpp index 0082b56cd..ac1dac5f5 100644 --- a/test/sparse_product.cpp +++ b/test/sparse_product.cpp @@ -204,8 +204,6 @@ void test_sparse_product() CALL_SUBTEST_1( (sparse_product >()) ); CALL_SUBTEST_2( (sparse_product, ColMajor > >()) ); CALL_SUBTEST_2( (sparse_product, RowMajor > >()) ); - CALL_SUBTEST_3( (sparse_product >()) ); - CALL_SUBTEST_3( (sparse_product >()) ); CALL_SUBTEST_4( (sparse_product_regression_test, Matrix >()) ); } } -- cgit v1.2.3