aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mixingtypes.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-03-07 12:32:24 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-03-07 12:32:24 +0100
commitaeea00a9cfd36ac544018e9318d133647547f8b4 (patch)
tree3eb50ac6f042da58e274605d168764870efd8297 /test/mixingtypes.cpp
parent3130b7a72218299d4cac5efa6562d0e2e327d71d (diff)
fix compilation
Diffstat (limited to 'test/mixingtypes.cpp')
-rw-r--r--test/mixingtypes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp
index 8b8e8302e..c6cf00d28 100644
--- a/test/mixingtypes.cpp
+++ b/test/mixingtypes.cpp
@@ -127,8 +127,8 @@ void mixingtypes_large(int size)
VERIFY_RAISES_ASSERT(mcd*md);
VERIFY_RAISES_ASSERT(mf*vcf);
VERIFY_RAISES_ASSERT(mcf*vf);
- VERIFY_RAISES_ASSERT(mcf *= mf);
- // VERIFY_RAISES_ASSERT(vcd = md*vcd); // does not even compile (cannot convert complex to double)
+// VERIFY_RAISES_ASSERT(mcf *= mf); // does not even compile
+// VERIFY_RAISES_ASSERT(vcd = md*vcd); // does not even compile (cannot convert complex to double)
VERIFY_RAISES_ASSERT(vcf = mcf*vf);
// VERIFY_RAISES_ASSERT(mf*md); // does not even compile