Add array_swap_test.cpp

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

View File

@ -41,6 +41,7 @@ run array_access_test.cpp ;
run array_c_array_test.cpp ;
run array_fill_test.cpp ;
run array_assign_test.cpp ;
run array_swap_test.cpp ;
#