Parcourir la source

* added Sleep to wait loop for wince.

git-svn-id: trunk@5487 -
yury il y a 19 ans
Parent
commit
c21b1478b8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/test/tmt1.pp

+ 1 - 1
tests/test/tmt1.pp

@@ -53,6 +53,6 @@ begin
      BeginThread({$ifdef fpc}@{$endif}f,pointer(i));
 
    while finished<threadcount do
-     ;
+     {$ifdef wince}sleep(10){$endif};
    writeln(finished);
 end.