diff --git a/tests/test27cells.c b/tests/test27cells.c
index d99207136f351d682c4577635716e95e2f335c7d..f280cf597ac674a3569b786b6f4a6627453b15a2 100644
--- a/tests/test27cells.c
+++ b/tests/test27cells.c
@@ -522,8 +522,8 @@ int main(int argc, char *argv[]) {
   dump_particle_fields(outputFileName, main_cell, cells);
 
   /* Check serial results against the vectorised results. */
-  //if (check_results(main_cell->parts, vec_parts, main_cell->count, threshold))
-  //  message("Differences found...");
+  if (check_results(main_cell->parts, vec_parts, main_cell->count, threshold))
+    message("Differences found...");
   
   /* Output timing */
   message("Brute force calculation took : %15lli ticks.", toc - tic);