浏览代码

* 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;
   foo(s[1]);
   Writeln(ord(s[1]));
+  if ord(s[1])<>32 then
+    halt(1);
 end.