summaryrefslogtreecommitdiff
path: root/test/routines/level2/xsyr2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xsyr2.hpp')
-rw-r--r--test/routines/level2/xsyr2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xsyr2.hpp b/test/routines/level2/xsyr2.hpp
index 492a9d2d..8cdfb305 100644
--- a/test/routines/level2/xsyr2.hpp
+++ b/test/routines/level2/xsyr2.hpp
@@ -52,7 +52,7 @@ class TestXsyr2 {
}
// Describes how to set the sizes of all the buffers
- static void SetSizes(Arguments<T> &args) {
+ static void SetSizes(Arguments<T> &args, Queue&) {
args.a_size = GetSizeA(args);
args.x_size = GetSizeX(args);
args.y_size = GetSizeY(args);