Browse Source

* mark interactive

git-svn-id: trunk@495 -
peter 20 years ago
parent
commit
bc15fe13b3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/webtbs/tw2423.pp

+ 3 - 1
tests/webtbs/tw2423.pp

@@ -1,4 +1,6 @@
 { %target=win32 }
+{ %interactive }
+
 { Source provided for Free Pascal Bug Report 2423 }
 { Submitted by "Pavel V. Ozerski" on  2003-03-18 }
 { e-mail: [email protected] }
@@ -69,7 +71,7 @@ begin
    begin
     setlength(s,i);
     break;
-   end; 
+   end;
  s:=s+'demo.htm';
  assign(t,s);
  rewrite(t,1);