Browse Source

* moved mode switch to correct location

git-svn-id: trunk@14779 -
Jonas Maebe 15 years ago
parent
commit
f967d995ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/thintdir.pp

+ 2 - 2
tests/test/thintdir.pp

@@ -2,11 +2,11 @@
 
 program thintdir;
 
+{$mode delphi}
+
 uses
   uhintdir;
 
-{$mode delphi}
-
 type
   t1 = record
   end platform;