Skip to content

Commit 83bbf20

Browse files
committed
Update test_iteration.sqf
1 parent 24c0b04 commit 83bbf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sqf/tests/inspector/test_iteration.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for "_i" from 1 to 11 do {
5454

5555
private "_someVar";
5656
[1,2,3] select {
57-
if (!isNil "someVar") then {
57+
if (!isNil "_someVar") then {
5858
x = (_x + _someVar) > 5 // safe
5959
};
6060
_someVar = _x;

0 commit comments

Comments
 (0)