aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrixtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/matrixtest.cpp')
-rw-r--r--test/matrixtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp
index 530d3530..ee568067 100644
--- a/test/matrixtest.cpp
+++ b/test/matrixtest.cpp
@@ -41,7 +41,7 @@ int vectorDotProduct(const std::vector<int> &vec_contents_f, const std::vector<i
int x = yage::matrix::dot(v1, v2);
- return x==76;
+ return x;
}
bool matrixMultiplication()