summaryrefslogtreecommitdiff
path: root/test/correctness/testaxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/correctness/testaxy.cc')
-rw-r--r--test/correctness/testaxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/correctness/testaxy.cc b/test/correctness/testaxy.cc
index ed0b06ab..50591613 100644
--- a/test/correctness/testaxy.cc
+++ b/test/correctness/testaxy.cc
@@ -125,7 +125,7 @@ void TestAXY<T>::TestRegular(Arguments<T> &args, const std::string &name) {
auto errors = size_t{0};
for (auto idm=size_t{0}; idm<m_real; ++idm) {
auto index = idm*y_inc + y_offset;
- if (!TestSimilarity(r_result[index], s_result[index], kErrorMargin)) {
+ if (!TestSimilarity(r_result[index], s_result[index])) {
errors++;
}
}