From 798cc01ffe886c17d51d73cc1eeb02efc990fdad Mon Sep 17 00:00:00 2001 From: svenbarth Date: Tue, 12 Apr 2011 07:02:57 +0000 Subject: [PATCH] Corrected two tests ("modeswitch" => "mode") git-svn-id: branches/svenbarth/classhelpers@17307 - --- tests/test/thlp5.pp | 2 +- tests/test/thlp6.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test/thlp5.pp b/tests/test/thlp5.pp index 2fb29775e1..cfd319229c 100644 --- a/tests/test/thlp5.pp +++ b/tests/test/thlp5.pp @@ -4,7 +4,7 @@ program thlp5; {$ifdef fpc} - {$modeswitch objfpc} + {$mode objfpc} {$endif} uses diff --git a/tests/test/thlp6.pp b/tests/test/thlp6.pp index 2885ea5e4d..b549251099 100644 --- a/tests/test/thlp6.pp +++ b/tests/test/thlp6.pp @@ -4,7 +4,7 @@ program thlp6; {$ifdef fpc} - {$modeswitch objfpc} + {$mode objfpc} {$endif} uses