瀏覽代碼

* fixed test for win64

git-svn-id: trunk@8072 -
Vincent Snijders 18 年之前
父節點
當前提交
9fcaa2eaf2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw4038.pp

+ 1 - 1
tests/webtbs/tw4038.pp

@@ -11,7 +11,7 @@ begin
 {$ifdef unix}
   s:='/bin/echo';
 {$else}
-{$ifdef win32}
+{$ifdef windows}
   s:='gecho';
 {$else win32}
   s:='echo';