summaryrefslogtreecommitdiff
path: root/test/correctness/testxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/correctness/testxy.cc')
-rw-r--r--test/correctness/testxy.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/correctness/testxy.cc b/test/correctness/testxy.cc
index 0b708b3d..49ae5d7d 100644
--- a/test/correctness/testxy.cc
+++ b/test/correctness/testxy.cc
@@ -126,6 +126,8 @@ void TestXY<T>::TestInvalidBufferSizes(Arguments<T> &args, const std::string &na
// Sets example test parameters
args.n = kBufferSize;
+ args.x_offset = 0;
+ args.y_offset = 0;
// Iterates over test buffer sizes
const std::vector<size_t> kBufferSizes = {0, kBufferSize - 1, kBufferSize};