We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32ab37 commit 1700901Copy full SHA for 1700901
test/src/e2e_vm_tests/test_programs/should_pass/language/array/array_repeat/src/main.sw
@@ -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.
6
script;
7
8
// u8
0 commit comments