From 7268b102039686a50e15b12fd2b5f003a975e482 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Wed, 11 May 2016 19:41:53 +0200 Subject: [PATCH] Split unit test --- test/sparse_basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sparse_basic.cpp b/test/sparse_basic.cpp index aa3882583..387b817b5 100644 --- a/test/sparse_basic.cpp +++ b/test/sparse_basic.cpp @@ -546,7 +546,7 @@ void test_sparse_basic() CALL_SUBTEST_4((big_sparse_triplet >(10000, 10000, 0.125))); // Regression test for bug 1105 -#ifdef EIGEN_TEST_PART_6 +#ifdef EIGEN_TEST_PART_7 { int n = Eigen::internal::random(200,600); SparseMatrix,0, long> mat(n, n);