瀏覽代碼

* write output to stderr

git-svn-id: trunk@8620 -
florian 18 年之前
父節點
當前提交
91956cdb54
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/utils/fptime.pp

+ 1 - 1
tests/utils/fptime.pp

@@ -11,6 +11,6 @@ begin
         ps:=ps+' '+paramstr(i);
       sticks:=GetMicroSTicks;
       ExecuteProcess(paramstr(1),ps);
-      writeln((GetMicroSTicks-sticks)/1000:0:3,' ms');
+      writeln(stderr,(GetMicroSTicks-sticks)/1000:0:3,' ms');
     end;
 end.