Ver código fonte

* fixed test for win64

git-svn-id: trunk@8072 -
Vincent Snijders 18 anos atrás
pai
commit
9fcaa2eaf2
1 arquivos alterados com 1 adições e 1 exclusões
  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';