Skip to content

Commit

Permalink
fix(test): review
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Sep 9, 2024
1 parent 9fe5f70 commit 0a52005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/validity/function_optional_argument_array.ab
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ fun sum_array(a : [Num] = [Num]): Num {
}
let x = [100,1000]
let result = sum_array(x)
echo "1100"
echo result
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fun sum_array(a : [Num] = [100,200,300,400]): Num {
return sum;
}
let result = sum_array();
echo "1000"
echo result

0 comments on commit 0a52005

Please sign in to comment.