Add array_swap_test2.cpp

This commit is contained in:
Peter Dimov
2025-01-11 22:05:37 +02:00
parent c549abb184
commit 7223d3dfcb
2 changed files with 50 additions and 0 deletions

View File

@ -42,6 +42,7 @@ run array_c_array_test.cpp ;
run array_fill_test.cpp ;
run array_assign_test.cpp ;
run array_swap_test.cpp ;
run array_swap_test2.cpp ;
#