Explorar el Código

pastojs: fixed test

git-svn-id: trunk@37832 -
Mattias Gaertner hace 7 años
padre
commit
ca9174d505
Se han modificado 1 ficheros con 1 adiciones y 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;',