Explorar o código

pastojs: fixed test

git-svn-id: trunk@37832 -
Mattias Gaertner %!s(int64=7) %!d(string=hai) anos
pai
achega
ca9174d505
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/pastojs/tests/tcmodules.pas

+ 1 - 1
packages/pastojs/tests/tcmodules.pas

@@ -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;',