From 7aa5bc95584a544099d4e2b026b88046579616c0 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Mon, 23 May 2016 14:39:51 -0700 Subject: [PATCH] Fixed a typo in the array.cpp test --- test/array.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()