From 802a29f8c69c5bea0d57a7acdbdecf3aa554a976 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Jul 2017 08:51:14 +0100 Subject: adding issues --- test/matrixtest.cpp | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) (limited to 'test') diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp index 20f6fb6b..08d025a6 100644 --- a/test/matrixtest.cpp +++ b/test/matrixtest.cpp @@ -65,34 +65,16 @@ int main() { TestBench tb; - bool all_passed=false; + bool all_passed=true; - try - { - test(tb, "Matrix Assign", matrixAssign()); - } - catch(std::exception e) - { - std::cout<