Преглед изворни кода

* non-zero exit code on failure

git-svn-id: trunk@46661 -
Jonas Maebe пре 5 година
родитељ
комит
ac18c0090a
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      tests/webtbs/tw37465.pp

+ 2 - 0
tests/webtbs/tw37465.pp

@@ -13,4 +13,6 @@ begin
   s:=#42;
   s:=#42;
   foo(s[1]);
   foo(s[1]);
   Writeln(ord(s[1]));
   Writeln(ord(s[1]));
+  if ord(s[1])<>32 then
+    halt(1);
 end.
 end.