File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,21 +52,21 @@ int main ()
5252{
5353 if (test::list_test<MyList, true >())
5454 return 1 ;
55- // if(test::list_test<MyOList, true>())
56- // return 1;
55+ if (test::list_test<MyOList, true >())
56+ return 1 ;
5757 if (test::list_test<MyListV1, true >())
5858 return 1 ;
59- // if(test::list_test<MyOListV1, true>())
60- // return 1;
59+ if (test::list_test<MyOListV1, true >())
60+ return 1 ;
6161
6262 if (test::vector_test<MyVector>())
6363 return 1 ;
64- // if(test::vector_test<MyOVector>())
65- // return 1;
64+ if (test::vector_test<MyOVector>())
65+ return 1 ;
6666 if (test::vector_test<MyVectorV1>())
6767 return 1 ;
68- // if(test::vector_test<MyOVectorV1>())
69- // return 1;
68+ if (test::vector_test<MyOVectorV1>())
69+ return 1 ;
7070
7171 return 0 ;
7272}
You can’t perform that action at this time.
0 commit comments