summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/webtbs/tw20821.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/webtbs/tw20821.pp b/tests/webtbs/tw20821.pp
index 5286d68659..f46eeb126e 100644
--- a/tests/webtbs/tw20821.pp
+++ b/tests/webtbs/tw20821.pp
@@ -8,7 +8,7 @@ begin
halt(1);
if b<>Byte(%10101010) then
halt(1);
- if b<>Byte(%10101010) then
+ if b<>%10101010 then
halt(1);
WriteLn('Ok');
end.