Skip to content

Commit 1700901

Browse files
committed
fix test
1 parent f32ab37 commit 1700901

File tree

1 file changed

+0
-5
lines changed
  • test/src/e2e_vm_tests/test_programs/should_pass/language/array/array_repeat/src

1 file changed

+0
-5
lines changed

test/src/e2e_vm_tests/test_programs/should_pass/language/array/array_repeat/src/main.sw

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// This test will check if array initialization is correct. That means:
2-
// - mcli for zero initialized arrays when the array size in bytes allows it;
3-
// - mcl for zero initialized arrays when the array size in bytes is too big;
4-
// - store each item individiually when the array is not zero initialized, but its length is small;
5-
// - initialize the array using a loop for all other cases.
61
script;
72

83
// u8

0 commit comments

Comments
 (0)