fix another warning
diff --git a/test/map.cpp b/test/map.cpp
index acaa8fe..0204e9e 100644
--- a/test/map.cpp
+++ b/test/map.cpp
@@ -44,7 +44,7 @@
   VectorType ma3 = Map<VectorType>(array3unaligned, size);
   VERIFY_IS_EQUAL(ma1, ma2);
   VERIFY_IS_EQUAL(ma1, ma3);
-  VERIFY_RAISES_ASSERT((Map<VectorType,Aligned>(array3unaligned, size)));
+  VERIFY_RAISES_ASSERT((Map<VectorType,Aligned>(array3unaligned, size)))
 
   ei_aligned_delete(array1, size);
   ei_aligned_delete(array2, size);