浏览代码

tw20821.pp:
* test program attached to the bug report was incorrectly transformed to a test for the test suite

git-svn-id: trunk@32962 -

svenbarth 9 年之前
父节点
当前提交
82788b4995
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw20821.pp

+ 1 - 1
tests/webtbs/tw20821.pp

@@ -8,7 +8,7 @@ begin
     halt(1);
     halt(1);
   if b<>Byte(%10101010) then
   if b<>Byte(%10101010) then
     halt(1);
     halt(1);
-  if b<>Byte(%10101010) then
+  if b<>%10101010 then
     halt(1);
     halt(1);
   WriteLn('Ok');
   WriteLn('Ok');
 end.
 end.