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()); CALL_SUBTEST_2(test_slice_in_expr()); - CALL_SUBTEST_2(test_slice_as_lvalue()); - CALL_SUBTEST_2(test_slice_as_lvalue()); - CALL_SUBTEST_2(test_slice_raw_data()); - CALL_SUBTEST_2(test_slice_raw_data()); + CALL_SUBTEST_3(test_slice_as_lvalue()); + CALL_SUBTEST_3(test_slice_as_lvalue()); + CALL_SUBTEST_4(test_slice_raw_data()); + CALL_SUBTEST_4(test_slice_raw_data()); - CALL_SUBTEST_3(test_strided_slice_write()); - CALL_SUBTEST_3(test_strided_slice()); - CALL_SUBTEST_3(test_strided_slice_write()); - CALL_SUBTEST_3(test_strided_slice()); + CALL_SUBTEST_5(test_strided_slice_write()); + CALL_SUBTEST_5(test_strided_slice()); + CALL_SUBTEST_5(test_strided_slice_write()); + CALL_SUBTEST_5(test_strided_slice()); - CALL_SUBTEST_3(test_composition()); - CALL_SUBTEST_3(test_composition()); + CALL_SUBTEST_6(test_composition()); + CALL_SUBTEST_6(test_composition()); }