Browse Source

no message

florian 20 years ago
parent
commit
cd8e5f6852
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tests/tbs/tb0326.pp

+ 4 - 1
tests/tbs/tb0326.pp

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