Procházet zdrojové kódy

* disabled part of test which depends on writestr (won't be merged for
2.2.2)

git-svn-id: branches/fixes_2_2@10974 -

Jonas Maebe před 17 roky
rodič
revize
1a4d394575
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      tests/webtbs/tw7758.pp

+ 2 - 0
tests/webtbs/tw7758.pp

@@ -139,10 +139,12 @@ begin
      (w[1] <> c2) then
     halt(21);
 
+{$ifdef dummy}
   wc:=c2;
   writestr(s,wc);
   w:=s;
   if (length(w)<>1) or
      (w[1]<>c2) then
     halt(22);
+{$endif}
 end.