Skip to content

Commit

Permalink
Rename test/hash_append.cpp to append_array.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 25, 2024
1 parent 44896a8 commit 3f1356d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ run detail_reverse.cpp ;

# hash_append

run hash_append.cpp ;
run hash_append_2.cpp ;
run hash_append_3.cpp ;
run hash_append_4.cpp ;
Expand All @@ -56,6 +55,7 @@ run append_byte_sized.cpp ;
run append_character.cpp ;
run append_floating_point.cpp ;
run append_pointer.cpp ;
run append_array.cpp ;
run append_set.cpp ;
run append_map.cpp ;

Expand Down
File renamed without changes.

0 comments on commit 3f1356d

Please sign in to comment.