Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 615a87b

Browse files
committed
[[ Bug 20931 ]] Use correct list index
1 parent d973160 commit 615a87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lcb/vm/assign-ops.lcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public handler TestAssignListOpForeignBridge()
3838
put false into tVar
3939

4040
variable tValue as Pointer
41-
put MCProperListFetchElementAtIndex([tVar], 1) into tValue
41+
put MCProperListFetchElementAtIndex([tVar], 0) into tValue
4242

4343
test "foreign value bridged to optional any in list assign" \
4444
when not __IsForeignValue(tValue)

0 commit comments

Comments
 (0)