aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/dense_xw_product_function/dense_xw_product_function_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/tests/tensor/dense_xw_product_function/dense_xw_product_function_test.cpp')
-rw-r--r--eval/src/tests/tensor/dense_xw_product_function/dense_xw_product_function_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval/src/tests/tensor/dense_xw_product_function/dense_xw_product_function_test.cpp b/eval/src/tests/tensor/dense_xw_product_function/dense_xw_product_function_test.cpp
index 5c62d319dc3..f27a2073159 100644
--- a/eval/src/tests/tensor/dense_xw_product_function/dense_xw_product_function_test.cpp
+++ b/eval/src/tests/tensor/dense_xw_product_function/dense_xw_product_function_test.cpp
@@ -34,8 +34,8 @@ void verify_equal(const Value &expect, const Value &value) {
EXPECT_EQUAL(expect_spec, value_spec);
}
-std::vector<eval::Value::CREF> wrap(std::vector<eval::Value::CREF> params) {
- return std::move(params);
+SimpleObjectParams wrap(std::vector<eval::Value::CREF> params) {
+ return SimpleObjectParams(params);
}
void verify_result(const TensorSpec &v, const TensorSpec &m, bool happy) {