mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
pastojs: fixed test
git-svn-id: trunk@37832 -
This commit is contained in:
parent
92dbff0c57
commit
ca9174d505
@ -9620,7 +9620,7 @@ begin
|
||||
'this.i2 = null;'
|
||||
]),
|
||||
LinesToStr([ // $mod.$main
|
||||
'var $in1 = $mod.b;',
|
||||
'var $in1 = $mod.b.GetEnumerator();',
|
||||
'try {',
|
||||
' while ($in1.MoveNext()){',
|
||||
' $mod.i = $in1.FCurrent;',
|
||||
|
Loading…
Reference in New Issue
Block a user