Browse Source

* reduced test complexity for ARM.

git-svn-id: trunk@6006 -
yury 18 years ago
parent
commit
d5922f01ff
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw2242.pp

+ 2 - 0
tests/webtbs/tw2242.pp

@@ -10922,6 +10922,7 @@ s += chr(85);
 s += chr(86);
 s += chr(87);
 s += chr(88);
+{$ifndef cpuarm}
 s += chr(89);
 s += chr(90);
 s += chr(65);
@@ -13075,5 +13076,6 @@ s += chr(80);
 s += chr(81);
 s += chr(82);
 s += chr(83);
+{$endif cpuarm}
 writeln(s)
 END.