Skip to content

Commit 5dcd012

Browse files
committed
COMMON: fix test
1 parent 3e5a1b8 commit 5dcd012

File tree

1 file changed

+1
-1
lines changed
  • samples/distro-examples/tests

1 file changed

+1
-1
lines changed

samples/distro-examples/tests/ref.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func Q
2020
return r
2121
end
2222
c.m = Q()
23-
j = [1,2,3]
23+
j = [10,20]
2424
for n in c.m.c.f(j)
2525
print n
2626
next n

0 commit comments

Comments
 (0)