aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets_new/GEMMDataset.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datasets_new/GEMMDataset.h')
-rw-r--r--tests/datasets_new/GEMMDataset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datasets_new/GEMMDataset.h b/tests/datasets_new/GEMMDataset.h
index 8c080aa0a9..bb8a328b0c 100644
--- a/tests/datasets_new/GEMMDataset.h
+++ b/tests/datasets_new/GEMMDataset.h
@@ -63,7 +63,7 @@ public:
description << "B=" << *_b_it << ":";
description << "C=" << *_c_it << ":";
description << "Out=" << *_dst_it << ":";
- description << "Alpha=" << *_alpha_it;
+ description << "Alpha=" << *_alpha_it << ":";
description << "Beta=" << *_beta_it;
return description.str();
}