Add array_lt_test.cpp

This commit is contained in:
Peter Dimov
2025-01-12 03:01:00 +02:00
parent ff5eb67906
commit dca9ae1a60
2 changed files with 86 additions and 0 deletions

View File

@ -44,6 +44,7 @@ run array_assign_test.cpp ;
run array_swap_test.cpp ;
run array_swap_test2.cpp ;
run array_eq_test.cpp ;
run array_lt_test.cpp ;
#