mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 13:30:42 +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;'
|
'this.i2 = null;'
|
||||||
]),
|
]),
|
||||||
LinesToStr([ // $mod.$main
|
LinesToStr([ // $mod.$main
|
||||||
'var $in1 = $mod.b;',
|
'var $in1 = $mod.b.GetEnumerator();',
|
||||||
'try {',
|
'try {',
|
||||||
' while ($in1.MoveNext()){',
|
' while ($in1.MoveNext()){',
|
||||||
' $mod.i = $in1.FCurrent;',
|
' $mod.i = $in1.FCurrent;',
|
||||||
|
Loading…
Reference in New Issue
Block a user