aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_vector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sparse_vector.cpp')
-rw-r--r--test/sparse_vector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sparse_vector.cpp b/test/sparse_vector.cpp
index 0a66af621..64f52cbe9 100644
--- a/test/sparse_vector.cpp
+++ b/test/sparse_vector.cpp
@@ -54,7 +54,7 @@ template<typename Scalar> void sparse_vector(int rows, int cols)
for (unsigned int i=0; i<zerocoords.size(); ++i)
{
VERIFY_IS_MUCH_SMALLER_THAN( v1.coeff(zerocoords[i]), eps );
- VERIFY_RAISES_ASSERT( v1.coeffRef(zerocoords[i]) = 5 );
+ //VERIFY_RAISES_ASSERT( v1.coeffRef(zerocoords[i]) = 5 );
}
{
VERIFY(int(nonzerocoords.size()) == v1.nonZeros());