Skip to content

Commit

Permalink
[tests] fixed a test failed in lab2 for lab1
Browse files Browse the repository at this point in the history
  • Loading branch information
chiakicage committed Apr 27, 2024
1 parent c13c7b9 commit 4c00772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lab1/func_array1.sy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ int main(){
array[1][1][0] = 7;
array[1][1][1] = 8;

putint(f(array[2][2][2]));
putint(f(array));
return 0;
}

0 comments on commit 4c00772

Please sign in to comment.