summaryrefslogtreecommitdiff
path: root/test/routines/levelx
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/levelx')
-rw-r--r--test/routines/levelx/xaxpybatched.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/levelx/xaxpybatched.hpp b/test/routines/levelx/xaxpybatched.hpp
index 181b401c..7922359d 100644
--- a/test/routines/levelx/xaxpybatched.hpp
+++ b/test/routines/levelx/xaxpybatched.hpp
@@ -43,7 +43,7 @@ class TestXaxpyBatched {
static std::vector<std::string> GetOptions() {
return {kArgN,
kArgXInc, kArgYInc,
- kArgAlpha, kArgBatchCount};
+ kArgBatchCount, kArgAlpha};
}
// Helper to determine a different alpha value per batch