Explorar o código

* 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 %!s(int64=17) %!d(string=hai) anos
pai
achega
1a4d394575
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.