Add array_eq_test.cpp

This commit is contained in:
Peter Dimov
2025-01-12 02:51:15 +02:00
parent 7223d3dfcb
commit ff5eb67906
2 changed files with 84 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ run array_fill_test.cpp ;
run array_assign_test.cpp ;
run array_swap_test.cpp ;
run array_swap_test2.cpp ;
run array_eq_test.cpp ;
#