Browse Source

* again made less complex in case of PIC, otherwise it fails

git-svn-id: trunk@13192 -
Jonas Maebe 16 years ago
parent
commit
7f0631d311
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2242.pp

+ 1 - 1
tests/webtbs/tw2242.pp

@@ -6552,6 +6552,7 @@ s += chr(83);
 s += chr(84);
 s += chr(84);
 s += chr(85);
 s += chr(85);
 s += chr(86);
 s += chr(86);
+{$ifndef fpc_pic}
 s += chr(87);
 s += chr(87);
 s += chr(88);
 s += chr(88);
 s += chr(89);
 s += chr(89);
@@ -7255,7 +7256,6 @@ s += chr(84);
 s += chr(85);
 s += chr(85);
 s += chr(86);
 s += chr(86);
 s += chr(87);
 s += chr(87);
-{$ifndef fpc_pic}
 s += chr(88);
 s += chr(88);
 s += chr(89);
 s += chr(89);
 s += chr(90);
 s += chr(90);