aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_basic.cpp
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-05-11 19:41:53 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-05-11 19:41:53 +0200
commit7268b102039686a50e15b12fd2b5f003a975e482 (patch)
tree4d47611082c174637d2390b2da73db9e0e0bb526 /test/sparse_basic.cpp
parent8d4ef391b0ef9a161727b9c72ef784de9b127390 (diff)
Split unit test
Diffstat (limited to 'test/sparse_basic.cpp')
-rw-r--r--test/sparse_basic.cpp2
1 files changed, 1 insertions, 1 deletions
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<SparseMatrix<double, ColMajor, long int> >(10000, 10000, 0.125)));
// Regression test for bug 1105
-#ifdef EIGEN_TEST_PART_6
+#ifdef EIGEN_TEST_PART_7
{
int n = Eigen::internal::random<int>(200,600);
SparseMatrix<std::complex<double>,0, long> mat(n, n);