Browse Source

no message

florian 22 years ago
parent
commit
a7da89dc37
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/webtbf/tw2209.pp

+ 0 - 2
tests/webtbf/tw2209.pp

@@ -10,7 +10,6 @@ procedure case_bug;
 var uninitialized : integer;
 
 begin
-    writeln(uninitialized);
     case (uninitialized) of
        1 :   writeln('it''s a one!');
        else  writeln('it''s something else...');
@@ -20,4 +19,3 @@ end;
 begin
 end.
 
-