aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-23 14:39:51 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-23 14:39:51 -0700
commit7aa5bc95584a544099d4e2b026b88046579616c0 (patch)
tree229e9f7813e2339aea7e5960846e2b533d203ea1 /test
parenta09cbf9905b91100ae4337a6c294634d41faed44 (diff)
Fixed a typo in the array.cpp test
Diffstat (limited to 'test')
-rw-r--r--test/array.cpp3
1 files changed, 1 insertions, 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<typename ArrayType> 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()