Browse Source

* put program header in the right place

git-svn-id: trunk@12023 -
Jonas Maebe 17 years ago
parent
commit
66669b00b1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/webtbs/tw8151a.pp

+ 2 - 1
tests/webtbs/tw8151a.pp

@@ -1,9 +1,10 @@
-{ %opt=-Oodfa -Sew }                                                                                                                                         program FunctionResultAnalysisWrong;
+{ %opt=-Oodfa -Sew }
 { %norun }
 {$IFDEF FPC}
   {$mode delphi}
 {$ENDIF}
 
+program FunctionResultAnalysisWrong;
 uses
   SysUtils;