florian 21 anos atrás
pai
commit
cd8e5f6852
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      tests/tbs/tb0326.pp

+ 4 - 1
tests/tbs/tb0326.pp

@@ -11,5 +11,8 @@ begin
   d1:=c1/c2;
   d2:=i1/i2;
   if d1<>d2 then
-    halt(1);
+    begin
+      writeln('error');
+      halt(1);
+    end;
 end.