aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_morphing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/cxx11_tensor_morphing.cpp')
-rw-r--r--unsupported/test/cxx11_tensor_morphing.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/unsupported/test/cxx11_tensor_morphing.cpp b/unsupported/test/cxx11_tensor_morphing.cpp
index ff5ed5255..233d69493 100644
--- a/unsupported/test/cxx11_tensor_morphing.cpp
+++ b/unsupported/test/cxx11_tensor_morphing.cpp
@@ -470,16 +470,16 @@ void test_cxx11_tensor_morphing()
CALL_SUBTEST_1(test_const_slice());
CALL_SUBTEST_2(test_slice_in_expr<ColMajor>());
CALL_SUBTEST_2(test_slice_in_expr<RowMajor>());
- CALL_SUBTEST_2(test_slice_as_lvalue<ColMajor>());
- CALL_SUBTEST_2(test_slice_as_lvalue<RowMajor>());
- CALL_SUBTEST_2(test_slice_raw_data<ColMajor>());
- CALL_SUBTEST_2(test_slice_raw_data<RowMajor>());
-
- CALL_SUBTEST_3(test_strided_slice_write<ColMajor>());
- CALL_SUBTEST_3(test_strided_slice<ColMajor>());
- CALL_SUBTEST_3(test_strided_slice_write<RowMajor>());
- CALL_SUBTEST_3(test_strided_slice<RowMajor>());
-
- CALL_SUBTEST_3(test_composition<ColMajor>());
- CALL_SUBTEST_3(test_composition<RowMajor>());
+ CALL_SUBTEST_3(test_slice_as_lvalue<ColMajor>());
+ CALL_SUBTEST_3(test_slice_as_lvalue<RowMajor>());
+ CALL_SUBTEST_4(test_slice_raw_data<ColMajor>());
+ CALL_SUBTEST_4(test_slice_raw_data<RowMajor>());
+
+ CALL_SUBTEST_5(test_strided_slice_write<ColMajor>());
+ CALL_SUBTEST_5(test_strided_slice<ColMajor>());
+ CALL_SUBTEST_5(test_strided_slice_write<RowMajor>());
+ CALL_SUBTEST_5(test_strided_slice<RowMajor>());
+
+ CALL_SUBTEST_6(test_composition<ColMajor>());
+ CALL_SUBTEST_6(test_composition<RowMajor>());
}