aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrixtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/matrixtest.cpp')
-rw-r--r--test/matrixtest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp
index d388948b..bbcbb440 100644
--- a/test/matrixtest.cpp
+++ b/test/matrixtest.cpp
@@ -47,7 +47,10 @@ int vectorDotProduct(const std::vector<int> &vec_contents_f,
return x;
}
-bool matrixMultiplication() { return false; }
+bool matrixMultiplication()
+{
+ return false;
+}
// TESTS