diff --git a/test/array.cpp b/test/array.cpp index a028c7528..f9a8a68fc 100644 --- a/test/array.cpp +++ b/test/array.cpp @@ -598,9 +598,8 @@ template void array_special_functions() // 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()