From 568a7e8eba0cac0555c286aa44a594c109b73276 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 25 Oct 2008 11:52:13 +0000 Subject: improve assertion checking in product --- test/product.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/product.h') diff --git a/test/product.h b/test/product.h index 5ca56d995..62cbdee92 100644 --- a/test/product.h +++ b/test/product.h @@ -101,7 +101,7 @@ template void product(const MatrixType& m) VERIFY_IS_APPROX(MatrixType::Identity(rows, cols)(r,c), static_cast(r==c)); if (rows!=cols) - VERIFY_RAISES_ASSERT(m3 = m1*m1); + VERIFY_RAISES_ASSERT(m3 = m1*m1); // test the previous tests were not screwed up because operator* returns 0 // (we use the more accurate default epsilon) -- cgit v1.2.3