Skip to content

Commit 9e71da9

Browse files
committed
improve test
1 parent 26d7525 commit 9e71da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_checker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ mod tests {
344344
var a: [i32; 100]
345345
while i < (50 as u32) {
346346
a[i]
347-
// i = i + 1
347+
i = i + (1 as u32)
348348
}
349349
}
350350
";

0 commit comments

Comments
 (0)