Fixed a typo in the array.cpp test
diff --git a/test/array.cpp b/test/array.cpp
index a028c75..f9a8a68 100644
--- a/test/array.cpp
+++ b/test/array.cpp
@@ -598,9 +598,8 @@
 //       CALL_SUBTEST( res = x.polygamma(n); verify_component_wise(res.head(8), ref.head(8)); );
       CALL_SUBTEST( res = polygamma(n,x); verify_component_wise(res.head(8), ref.head(8)); );
     }
-#endif
-
   }
+#endif
 }
 
 void test_array()