File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ charon-tests: \
25
25
test-loops test-loops_cfg test-hashmap \
26
26
test-paper test-hashmap_main \
27
27
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 \
29
29
test-closures test-bitwise
30
30
31
31
test-nested_borrows : OPTIONS += --no-code-duplication
@@ -40,8 +40,8 @@ test-constants: OPTIONS += --no-code-duplication
40
40
test-matches :
41
41
test-external : OPTIONS += --no-code-duplication
42
42
test-matches_duplicate :
43
- test-array :
44
- test-array_const_generics :
43
+ test-arrays :
44
+ test-arrays_const_generics :
45
45
test-traits :
46
46
test-traits_special :
47
47
test-closures :
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
- pub mod array ;
2
- pub mod array_const_generics ;
1
+ pub mod arrays ;
2
+ pub mod arrays_const_generics ;
3
3
pub mod bitwise;
4
4
pub mod closures;
5
5
pub mod constants;
You can’t perform that action at this time.
0 commit comments