Browse Source

* inline on

git-svn-id: trunk@3957 -
peter 19 years ago
parent
commit
e155a9edc6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/webtbs/tw6989.pp

+ 2 - 1
tests/webtbs/tw6989.pp

@@ -1,6 +1,7 @@
 unit tw6989;
 unit tw6989;
 
 
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
+{$inline on}
 
 
 interface
 interface
 
 
@@ -116,4 +117,4 @@ begin
   with ARect do
   with ARect do
     SendString(ltValue,Format('%s = (Left: %d; Top: %d; Right: %d; Bottom: %d)',[AText,Left,Top,Right,Bottom]));
     SendString(ltValue,Format('%s = (Left: %d; Top: %d; Right: %d; Bottom: %d)',[AText,Left,Top,Right,Bottom]));
 end;
 end;
-end.
+end.