Forráskód Böngészése

* fixed test for win64

git-svn-id: trunk@8072 -
Vincent Snijders 18 éve
szülő
commit
9fcaa2eaf2
1 módosított fájl, 1 hozzáadás és 1 törlés
  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';