Browse Source

Corrected two tests ("modeswitch" => "mode")

git-svn-id: branches/svenbarth/classhelpers@17307 -
svenbarth 14 years ago
parent
commit
798cc01ffe
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/test/thlp5.pp
  2. 1 1
      tests/test/thlp6.pp

+ 1 - 1
tests/test/thlp5.pp

@@ -4,7 +4,7 @@
 program thlp5;
 program thlp5;
 
 
 {$ifdef fpc}
 {$ifdef fpc}
-  {$modeswitch objfpc}
+  {$mode objfpc}
 {$endif}
 {$endif}
 
 
 uses
 uses

+ 1 - 1
tests/test/thlp6.pp

@@ -4,7 +4,7 @@
 program thlp6;
 program thlp6;
 
 
 {$ifdef fpc}
 {$ifdef fpc}
-  {$modeswitch objfpc}
+  {$mode objfpc}
 {$endif}
 {$endif}
 
 
 uses
 uses