aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/reshape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/reshape.cpp')
-rw-r--r--test/reshape.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/reshape.cpp b/test/reshape.cpp
index 2aef066aa..053ece14d 100644
--- a/test/reshape.cpp
+++ b/test/reshape.cpp
@@ -53,6 +53,8 @@ void test_reshape()
}
}
+ mx.reshape(8, 2).leftCols(2);
+
// test dynamic-size matrix
CALL_SUBTEST(dynamic_reshape_all_size(mx, 4, 4));
CALL_SUBTEST(static_reshape_all_size(mx));