Skip to content

Commit 509742c

Browse files
committed
Rename array.rs to arrays.rs (and same for array_const_generics.rs)
1 parent 9a4ac0c commit 509742c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tests/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ charon-tests: \
2525
test-loops test-loops_cfg test-hashmap \
2626
test-paper test-hashmap_main \
2727
test-matches test-matches_duplicate test-external \
28-
test-constants test-array test-array_const_generics test-traits \
28+
test-constants test-arrays test-arrays_const_generics test-traits \
2929
test-closures test-bitwise
3030

3131
test-nested_borrows: OPTIONS += --no-code-duplication
@@ -40,8 +40,8 @@ test-constants: OPTIONS += --no-code-duplication
4040
test-matches:
4141
test-external: OPTIONS += --no-code-duplication
4242
test-matches_duplicate:
43-
test-array:
44-
test-array_const_generics:
43+
test-arrays:
44+
test-arrays_const_generics:
4545
test-traits:
4646
test-traits_special:
4747
test-closures:
File renamed without changes.

tests/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pub mod array;
2-
pub mod array_const_generics;
1+
pub mod arrays;
2+
pub mod arrays_const_generics;
33
pub mod bitwise;
44
pub mod closures;
55
pub mod constants;

0 commit comments

Comments
 (0)