Browse Source

* Move + after objfpc to use ansistrings

git-svn-id: trunk@20644 -
pierre 13 years ago
parent
commit
0658a6ee88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/dotest.pp

+ 1 - 1
tests/utils/dotest.pp

@@ -13,9 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
  **********************************************************************}
  **********************************************************************}
-{$H+}
 {$mode objfpc}
 {$mode objfpc}
 {$goto on}
 {$goto on}
+{$H+}
 
 
 program dotest;
 program dotest;
 uses
 uses